diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-24 08:16:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-24 08:16:48 +0000 |
commit | 5b05b13e5d1c7fe16d1426b664b9192b24c18162 (patch) | |
tree | 448f15722b8ee273536bdb65df1cbdff2acc039d /sys-devel/gnuconfig | |
parent | add in temp hax for binutils on arm (diff) | |
download | gentoo-2-5b05b13e5d1c7fe16d1426b664b9192b24c18162.tar.gz gentoo-2-5b05b13e5d1c7fe16d1426b664b9192b24c18162.tar.bz2 gentoo-2-5b05b13e5d1c7fe16d1426b664b9192b24c18162.zip |
arm KEYWORD
Diffstat (limited to 'sys-devel/gnuconfig')
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20040214.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-devel/gnuconfig/gnuconfig-20040214.ebuild b/sys-devel/gnuconfig/gnuconfig-20040214.ebuild index 66d3e6334ef2..05ae554d4bb8 100644 --- a/sys-devel/gnuconfig/gnuconfig-20040214.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20040214.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20040214.ebuild,v 1.3 2004/04/09 05:07:44 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20040214.ebuild,v 1.4 2004/04/24 08:16:48 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Updated config.sub and config.guess file from GNU" -SRC_URI="mirror://gentoo/${P}.tar.bz2" HOMEPAGE="ftp://ftp.gnu.org/pub/gnu/config" +SRC_URI="mirror://gentoo/${P}.tar.bz2" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~mips ~sparc ~x86 ~ppc ~alpha ~hppa amd64 ~ia64 ppc64" +SLOT="0" +KEYWORDS="~x86 ~ppc ppc64 ~sparc ~mips ~alpha arm ~hppa amd64 ~ia64" +IUSE="" src_install() { insinto /usr/share/${PN} - doins ${WORKDIR}/ChangeLog ${WORKDIR}/config.sub ${WORKDIR}/config.guess + doins ${WORKDIR}/ChangeLog ${WORKDIR}/config.sub ${WORKDIR}/config.guess || die chmod +x ${D}/usr/share/${PN}/config.sub chmod +x ${D}/usr/share/${PN}/config.guess } |