summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-08-14 16:51:18 +0000
committerChristian Heim <phreak@gentoo.org>2006-08-14 16:51:18 +0000
commit026f4b6017fc8e398451999d99e655ef32ddaa15 (patch)
treefad2f688cbfcb6b5bf4ef94702da75ca3cb47b00 /dev-libs/libffi/libffi-3.4.1.ebuild
parentVersion bump. (diff)
downloadhistorical-026f4b6017fc8e398451999d99e655ef32ddaa15.tar.gz
historical-026f4b6017fc8e398451999d99e655ef32ddaa15.tar.bz2
historical-026f4b6017fc8e398451999d99e655ef32ddaa15.zip
Switch default ordering of gcc-config and eselect-compiler to work around portage bug.
Package-Manager: portage-2.1.1_pre5-r1
Diffstat (limited to 'dev-libs/libffi/libffi-3.4.1.ebuild')
-rw-r--r--dev-libs/libffi/libffi-3.4.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libffi/libffi-3.4.1.ebuild b/dev-libs/libffi/libffi-3.4.1.ebuild
index 1de16ae18d1c..4be5e8238fd4 100644
--- a/dev-libs/libffi/libffi-3.4.1.ebuild
+++ b/dev-libs/libffi/libffi-3.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 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.13 2006/07/27 17:16:09 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.4.1.ebuild,v 1.14 2006/08/14 16:51:18 phreak Exp $
IUSE="nls nptl"
SLOT="0"
@@ -92,12 +92,12 @@ DEPEND="virtual/libc
!nptl? ( >=sys-libs/glibc-2.3.2-r3 )
>=sys-devel/binutils-2.14.90.0.8-r1
>=sys-devel/bison-1.875
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 )
+ || ( >=sys-devel/gcc-config-1.3.1 app-admin/eselect-compiler )
nls? ( sys-devel/gettext )"
RDEPEND="virtual/libc
!nptl? ( >=sys-libs/glibc-2.3.2-r3 )
- || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.1 )
+ || ( >=sys-devel/gcc-config-1.3.1 app-admin/eselect-compiler )
>=sys-libs/zlib-1.1.4
>=sys-apps/texinfo-4.2-r4"