diff options
author | Ned Ludd <solar@gentoo.org> | 2006-08-14 16:32:23 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-08-14 16:32:23 +0000 |
commit | e27cf2e449b2611f70e7f35089beb2a747aa592e (patch) | |
tree | 36fe840409d5c6fadd306c1eaeb492a505932747 /sys-devel/gcc/gcc-4.1.1.ebuild | |
parent | - switch default ordering of gcc-config and eselect-compiler to work around p... (diff) | |
download | gentoo-2-e27cf2e449b2611f70e7f35089beb2a747aa592e.tar.gz gentoo-2-e27cf2e449b2611f70e7f35089beb2a747aa592e.tar.bz2 gentoo-2-e27cf2e449b2611f70e7f35089beb2a747aa592e.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-devel/gcc/gcc-4.1.1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-4.1.1.ebuild b/sys-devel/gcc/gcc-4.1.1.ebuild index 82a25e21f08f..ec560b3ff867 100644 --- a/sys-devel/gcc/gcc-4.1.1.ebuild +++ b/sys-devel/gcc/gcc-4.1.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/sys-devel/gcc/gcc-4.1.1.ebuild,v 1.15 2006/07/18 05:08:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1.ebuild,v 1.16 2006/08/14 16:32:23 solar Exp $ PATCH_VER="1.6" UCLIBC_VER="1.0" @@ -19,7 +19,7 @@ LICENSE="GPL-2 LGPL-2.1" KEYWORDS="-* ~amd64 hppa ~mips ppc ~ppc64 ~s390 ~x86 ~x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 - || ( app-admin/eselect-compiler >=sys-devel/gcc-config-1.3.12-r4 ) + || ( >=sys-devel/gcc-config-1.3.12-r4 app-admin/eselect-compiler ) virtual/libiconv fortran? ( >=dev-libs/gmp-4.2.1 @@ -42,7 +42,7 @@ DEPEND="${RDEPEND} >=sys-apps/texinfo-4.2-r4 >=sys-devel/bison-1.875 >=${CATEGORY}/binutils-2.15.94" -PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config )" +PDEPEND="|| ( sys-devel/gcc-config app-admin/eselect-compiler )" if [[ ${CATEGORY} != cross-* ]] ; then PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )" fi |