summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-12 14:14:49 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-12 14:14:49 +0000
commit208e31a93d157c155684947bb4e25fe7f6be3c74 (patch)
treebacc8f47d5f9a41900a57701e64aa83a3c87543a /sys-devel/gnuconfig
parentFixed broken Manifest. (Manifest recommit) (diff)
downloadgentoo-2-208e31a93d157c155684947bb4e25fe7f6be3c74.tar.gz
gentoo-2-208e31a93d157c155684947bb4e25fe7f6be3c74.tar.bz2
gentoo-2-208e31a93d157c155684947bb4e25fe7f6be3c74.zip
sh KEYWORDS
Diffstat (limited to 'sys-devel/gnuconfig')
-rw-r--r--sys-devel/gnuconfig/gnuconfig-20040214.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-devel/gnuconfig/gnuconfig-20040214.ebuild b/sys-devel/gnuconfig/gnuconfig-20040214.ebuild
index 3845265b0562..05898c12094d 100644
--- a/sys-devel/gnuconfig/gnuconfig-20040214.ebuild
+++ b/sys-devel/gnuconfig/gnuconfig-20040214.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20040214.ebuild,v 1.13 2004/10/23 05:44:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20040214.ebuild,v 1.14 2004/11/12 14:11:59 vapier Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc ppc64 sparc mips alpha arm hppa amd64 ~ia64 ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos s390 sh sparc x86"
IUSE="uclibc"
S=${WORKDIR}
@@ -23,7 +23,6 @@ src_unpack() {
src_install() {
insinto /usr/share/${PN}
- 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
+ doins ${WORKDIR}/{ChangeLog,config.{sub,guess}} || die
+ fperms +x /usr/share/${PN}/config.{sub,guess}
}