diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 21:49:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 21:49:14 +0000 |
commit | b866c63e7c4d5866a1319a5ee03c1db955462beb (patch) | |
tree | 5181fbb072af0a7428cd936a5e9f99635764a375 /dev-libs | |
parent | sync IUSE (-debug) (diff) | |
download | gentoo-2-b866c63e7c4d5866a1319a5ee03c1db955462beb.tar.gz gentoo-2-b866c63e7c4d5866a1319a5ee03c1db955462beb.tar.bz2 gentoo-2-b866c63e7c4d5866a1319a5ee03c1db955462beb.zip |
sync IUSE (+nptl +uclibc)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libffi/libffi-3.3.5.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libffi/libffi-3.4.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libffi/libffi-3.4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libffi/libffi-3.4.3.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-libs/libffi/libffi-3.3.5.ebuild b/dev-libs/libffi/libffi-3.3.5.ebuild index bd788d3a3406..bf512d21ea68 100644 --- a/dev-libs/libffi/libffi-3.3.5.ebuild +++ b/dev-libs/libffi/libffi-3.3.5.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/dev-libs/libffi/libffi-3.3.5.ebuild,v 1.4 2005/05/24 05:09:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.3.5.ebuild,v 1.5 2005/07/14 21:49:14 agriffis Exp $ inherit eutils flag-o-matic libtool gnuconfig @@ -80,7 +80,7 @@ HOMEPAGE="http://gcc.gnu.org/" LICENSE="libffi" KEYWORDS="-* x86 sparc ~alpha" -IUSE="nls" +IUSE="nls nptl uclibc" SLOT="0" ## 3.2.3 -> 3.3.x install .so.5, so lets slot to 5 diff --git a/dev-libs/libffi/libffi-3.4.1-r1.ebuild b/dev-libs/libffi/libffi-3.4.1-r1.ebuild index a5af21301172..23b61aa63526 100644 --- a/dev-libs/libffi/libffi-3.4.1-r1.ebuild +++ b/dev-libs/libffi/libffi-3.4.1-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/dev-libs/libffi/libffi-3.4.1-r1.ebuild,v 1.7 2005/05/24 05:09:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.4.1-r1.ebuild,v 1.8 2005/07/14 21:49:14 agriffis Exp $ inherit eutils flag-o-matic libtool gnuconfig @@ -58,7 +58,7 @@ HOMEPAGE="http://gcc.gnu.org/" LICENSE="libffi" KEYWORDS="-* ~x86 ~ppc ~ppc64" -IUSE="nls" +IUSE="nls nptl uclibc" SLOT="0" ## 3.2.3 -> 3.3.x install .so.5, so lets slot to 5 diff --git a/dev-libs/libffi/libffi-3.4.1.ebuild b/dev-libs/libffi/libffi-3.4.1.ebuild index 724b2f2489c8..df4b81c0ec73 100644 --- a/dev-libs/libffi/libffi-3.4.1.ebuild +++ b/dev-libs/libffi/libffi-3.4.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.4.1.ebuild,v 1.8 2005/05/24 05:09:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.4.1.ebuild,v 1.9 2005/07/14 21:49:14 agriffis Exp $ -IUSE="nls" +IUSE="nls nptl" SLOT="0" inherit eutils flag-o-matic libtool diff --git a/dev-libs/libffi/libffi-3.4.3.ebuild b/dev-libs/libffi/libffi-3.4.3.ebuild index f2b0eadcda64..5449019a9527 100644 --- a/dev-libs/libffi/libffi-3.4.3.ebuild +++ b/dev-libs/libffi/libffi-3.4.3.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/dev-libs/libffi/libffi-3.4.3.ebuild,v 1.7 2005/05/24 05:09:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.4.3.ebuild,v 1.8 2005/07/14 21:49:14 agriffis Exp $ inherit eutils flag-o-matic libtool gnuconfig @@ -55,7 +55,7 @@ HOMEPAGE="http://gcc.gnu.org/" LICENSE="libffi" KEYWORDS="-* ppc ppc64 ~sparc" -IUSE="nls" +IUSE="nls nptl uclibc" SLOT="0" ## 3.2.3 -> 3.3.x install .so.5, so lets slot to 5 |