diff options
author | 2015-08-26 02:17:49 -0400 | |
---|---|---|
committer | 2015-08-26 02:49:08 -0400 | |
commit | 051ad88caa127419c80d473021ab8909a2268789 (patch) | |
tree | 07c67593df989479bf9c311a16e92532442ce5ef /media-sound/lame | |
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 'media-sound/lame')
-rw-r--r-- | media-sound/lame/lame-3.99.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/lame/lame-3.99.5-r1.ebuild b/media-sound/lame/lame-3.99.5-r1.ebuild index 48f81fd4e0d7..e14c0304c585 100644 --- a/media-sound/lame/lame-3.99.5-r1.ebuild +++ b/media-sound/lame/lame-3.99.5-r1.ebuild @@ -19,7 +19,7 @@ IUSE="debug cpu_flags_x86_mmx mp3rtp sndfile static-libs" # These deps are without MULTILIB_USEDEP and are correct since we only build # libmp3lame for multilib and these deps apply to the lame frontend executable. RDEPEND=" - >=sys-libs/ncurses-5.7-r7:5= + >=sys-libs/ncurses-5.7-r7:0= sndfile? ( >=media-libs/libsndfile-1.0.2 ) abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" DEPEND="${RDEPEND} |