diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-12 01:51:17 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-12 01:51:30 -0500 |
commit | 6f5db7efa1af1837c0eece788e7d1bfcec0c9f33 (patch) | |
tree | 53fd1e0f948952fdf7ce8cedc93d863b0f7f274f /app-emulation/vice | |
parent | dev-ruby/ruby-xslt: cleanup (diff) | |
download | gentoo-6f5db7efa1af1837c0eece788e7d1bfcec0c9f33.tar.gz gentoo-6f5db7efa1af1837c0eece788e7d1bfcec0c9f33.tar.bz2 gentoo-6f5db7efa1af1837c0eece788e7d1bfcec0c9f33.zip |
add readline slot dep
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/vice-2.4.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/vice/vice-2.4.22.ebuild b/app-emulation/vice/vice-2.4.22.ebuild index 407949c7522a..a18662490426 100644 --- a/app-emulation/vice/vice-2.4.22.ebuild +++ b/app-emulation/vice/vice-2.4.22.ebuild @@ -51,7 +51,7 @@ RDEPEND=" x11-libs/libXxf86vm ) x11-libs/libX11 x11-libs/libXext - sys-libs/readline + sys-libs/readline:0 ) gtk? ( x11-libs/gtk+:2 |