diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-05-03 19:51:45 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-05-03 19:51:45 +0000 |
commit | 99a3d787475c0e9f9c07ae028fc5f2f62095cea5 (patch) | |
tree | 661710aa58e38d1ca1bcd91b3db48698aea6e222 /sys-libs/glibc/glibc-9999.ebuild | |
parent | Drop ppc-macos keyword, upstream dropped support for building on 10.5. Up th... (diff) | |
download | gentoo-2-99a3d787475c0e9f9c07ae028fc5f2f62095cea5.tar.gz gentoo-2-99a3d787475c0e9f9c07ae028fc5f2f62095cea5.tar.bz2 gentoo-2-99a3d787475c0e9f9c07ae028fc5f2f62095cea5.zip |
New glibc now includes nss-db again, so block the old sys-libs/nss-db package.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/glibc/glibc-9999.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 1f9c02b76930..3ee3dad6bb5e 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild,v 1.6 2012/04/21 15:54:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild,v 1.7 2012/05/03 19:51:45 robbat2 Exp $ inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib @@ -101,7 +101,8 @@ DEPEND=">=sys-devel/gcc-3.4.4 !<sys-apps/portage-2.1.2 selinux? ( sys-libs/libselinux )" RDEPEND="!sys-kernel/ps3-sources - selinux? ( sys-libs/libselinux )" + selinux? ( sys-libs/libselinux ) + !sys-libs/nss-db" if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then DEPEND="${DEPEND} !crosscompile_opts_headers-only? ( ${CATEGORY}/gcc )" |