diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-16 13:15:19 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-16 13:30:21 +0200 |
commit | 85661f91679debe00ece6059bafc7b82c8cdda98 (patch) | |
tree | 89ad57d4203633556f47043510bdaf30faf66299 /app-shells/bash | |
parent | sys-apps/openrc: Use slot operators for ncurses (diff) | |
download | gentoo-85661f91679debe00ece6059bafc7b82c8cdda98.tar.gz gentoo-85661f91679debe00ece6059bafc7b82c8cdda98.tar.bz2 gentoo-85661f91679debe00ece6059bafc7b82c8cdda98.zip |
app-shells/bash: Use slot operators for ncurses
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-shells/bash')
-rw-r--r-- | app-shells/bash/bash-4.4_alpha-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/bash/bash-4.4_alpha-r1.ebuild b/app-shells/bash/bash-4.4_alpha-r1.ebuild index a77538fb5979..28f11104daf7 100644 --- a/app-shells/bash/bash-4.4_alpha-r1.ebuild +++ b/app-shells/bash/bash-4.4_alpha-r1.ebuild @@ -43,7 +43,7 @@ SLOT="0" #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline vanilla" -DEPEND=">=sys-libs/ncurses-5.2-r2:= +DEPEND=">=sys-libs/ncurses-5.2-r2:5= readline? ( >=sys-libs/readline-${READLINE_VER}_alpha:0= ) nls? ( virtual/libintl )" RDEPEND="${DEPEND} |