diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-09 21:18:42 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-09 21:18:42 +0000 |
commit | ccabdd77d14b779e4ecd022be4a1219c4c1e4b79 (patch) | |
tree | e62636e20add3dcc89ad438fb5f908b02daf7ba6 /sys-libs/libstdc++-v3 | |
parent | sync IUSE (+nls +n32 -debug) (diff) | |
download | gentoo-2-ccabdd77d14b779e4ecd022be4a1219c4c1e4b79.tar.gz gentoo-2-ccabdd77d14b779e4ecd022be4a1219c4c1e4b79.tar.bz2 gentoo-2-ccabdd77d14b779e4ecd022be4a1219c4c1e4b79.zip |
sync IUSE (+nptl +uclibc)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-libs/libstdc++-v3')
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild index d384413c666f..b1fe40d3a6c8 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild,v 1.35 2005/05/24 05:10:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild,v 1.36 2005/07/09 21:18:42 agriffis Exp $ inherit eutils flag-o-matic libtool gnuconfig versionator @@ -126,7 +126,7 @@ HOMEPAGE="http://gcc.gnu.org/libstdc++/" LICENSE="GPL-2 LGPL-2.1" KEYWORDS="amd64 ~x86 mips ppc64 ppc ~sparc" -IUSE="nls" +IUSE="nls nptl uclibc" # 3.2.3 -> 3.3.x install .so.5, so lets slot to 5 if [ "${CHOST}" == "${CCHOST}" ] diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild index 1a72472a21b5..e59d0dfc42ac 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild,v 1.14 2005/06/04 12:33:26 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild,v 1.15 2005/07/09 21:18:42 agriffis Exp $ inherit eutils flag-o-matic libtool gnuconfig versionator @@ -130,7 +130,7 @@ HOMEPAGE="http://gcc.gnu.org/libstdc++/" LICENSE="GPL-2 LGPL-2.1" KEYWORDS="amd64 ~x86 ~mips ppc64 ppc ~sparc" -IUSE="nls multilib" +IUSE="multilib nls nptl" # 3.2.3 -> 3.3.x install .so.5, so lets slot to 5 if [ "${CHOST}" == "${CCHOST}" ] |