diff options
author | Ned Ludd <solar@gentoo.org> | 2006-08-14 17:27:15 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-08-14 17:27:15 +0000 |
commit | aafd3f7462ed456cfb011bf3b4ac6a01f478c868 (patch) | |
tree | 0fc23a5fdba420080d2ae7fdc4b18eb9528c7b13 /sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild | |
parent | Switch default ordering of gcc-config and eselect-compiler to work around por... (diff) | |
download | gentoo-2-aafd3f7462ed456cfb011bf3b4ac6a01f478c868.tar.gz gentoo-2-aafd3f7462ed456cfb011bf3b4ac6a01f478c868.tar.bz2 gentoo-2-aafd3f7462ed456cfb011bf3b4ac6a01f478c868.zip |
- switch default ordering of gcc-config and eselect-compiler to work around portage bug
(Portage version: 2.1.1_pre2-r7)
Diffstat (limited to 'sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild')
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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 875c5eef037a..605a3c2cf70a 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-2006 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.22 2006/06/06 01:20:31 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.4.ebuild,v 1.23 2006/08/14 17:27:15 solar Exp $ inherit eutils flag-o-matic libtool gnuconfig versionator @@ -145,19 +145,19 @@ DEPEND="virtual/libc !nptl? ( elibc_glibc? ( >=sys-libs/glibc-2.3.2-r3 ) ) >=sys-devel/binutils-2.14.90.0.6-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 ) >=sys-devel/gcc-3.3.3_pre20040130 !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" RDEPEND="virtual/libc !nptl? ( elibc_glibc? ( >=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 !build? ( >=sys-libs/ncurses-5.2-r2 )" -PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config )" +PDEPEND="|| ( sys-devel/gcc-config app-admin/eselect-compiler )" src_unpack() { unpack ${A} |