diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-26 02:17:49 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-26 02:49:08 -0400 |
commit | 051ad88caa127419c80d473021ab8909a2268789 (patch) | |
tree | 07c67593df989479bf9c311a16e92532442ce5ef /app-shells/bash | |
parent | dev-python/pypy*: fix ncurses dep #557472 (diff) | |
download | gentoo-051ad88caa127419c80d473021ab8909a2268789.tar.gz gentoo-051ad88caa127419c80d473021ab8909a2268789.tar.bz2 gentoo-051ad88caa127419c80d473021ab8909a2268789.zip |
sys-libs/ncurses: move to SLOT=0 #557472
Use SLOT=0 for installing of main development files like other packages
so we can use other SLOTs for installing SONAME libs for binary packages.
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 28f11104daf7..ffd1aeca372d 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:5= +DEPEND=">=sys-libs/ncurses-5.2-r2:0= readline? ( >=sys-libs/readline-${READLINE_VER}_alpha:0= ) nls? ( virtual/libintl )" RDEPEND="${DEPEND} |