diff options
author | 2004-04-24 07:56:31 +0000 | |
---|---|---|
committer | 2004-04-24 07:56:31 +0000 | |
commit | c1ccfbb45c6606dd37323920ed8f8e93c8d045fa (patch) | |
tree | e786acc9d9c4f515bdebac9f1d11a2862f7ea14a /sys-devel/gcc-config | |
parent | Changed virtual/xfree to virtual/x11 (Manifest recommit) (diff) | |
download | gentoo-2-c1ccfbb45c6606dd37323920ed8f8e93c8d045fa.tar.gz gentoo-2-c1ccfbb45c6606dd37323920ed8f8e93c8d045fa.tar.bz2 gentoo-2-c1ccfbb45c6606dd37323920ed8f8e93c8d045fa.zip |
arm KEYWORD
Diffstat (limited to 'sys-devel/gcc-config')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-1.3.5.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/sys-devel/gcc-config/gcc-config-1.3.5.ebuild b/sys-devel/gcc-config/gcc-config-1.3.5.ebuild index 7ef4c7cba801..092ee8cac075 100644 --- a/sys-devel/gcc-config/gcc-config-1.3.5.ebuild +++ b/sys-devel/gcc-config/gcc-config-1.3.5.ebuild @@ -1,28 +1,24 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.3.5.ebuild,v 1.3 2004/03/02 16:39:42 iggy Exp $ - -IUSE= +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.3.5.ebuild,v 1.4 2004/04/24 07:56:31 vapier Exp $ W_VER="1.4.2" DISABLE_GEN_GCC_WRAPPERS="yes" -S="${WORKDIR}/${P}" DESCRIPTION="Utility to change the gcc compiler being used." -SRC_URI="" HOMEPAGE="http://www.gentoo.org/" +SRC_URI="" -KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~ia64 ~ppc64 s390" -SLOT="0" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha arm ~hppa ~amd64 ~ia64 s390" +IUSE="" DEPEND="virtual/glibc >=sys-apps/portage-2.0.47-r10" # We need portageq ... - src_install() { - # Setup PATH just in case ... if /usr/bin/gcc-config --get-current-profile &> /dev/null then @@ -89,4 +85,3 @@ pkg_postinst() { fi fi } - |