diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:28:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:28:58 +0000 |
commit | bf0a6a51913750245145a01b2945400e388f538a (patch) | |
tree | 74d130d4bf5fe00a6661097de4178d8d53e1d6a5 /sys-devel/gnuconfig | |
parent | sync IUSE (+ipv6) (Manifest recommit) (diff) | |
download | gentoo-2-bf0a6a51913750245145a01b2945400e388f538a.tar.gz gentoo-2-bf0a6a51913750245145a01b2945400e388f538a.tar.bz2 gentoo-2-bf0a6a51913750245145a01b2945400e388f538a.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-devel/gnuconfig')
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20030708.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gnuconfig/gnuconfig-20030708.ebuild b/sys-devel/gnuconfig/gnuconfig-20030708.ebuild index 7f024661608c..f29e77648fbc 100644 --- a/sys-devel/gnuconfig/gnuconfig-20030708.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20030708.ebuild @@ -1,8 +1,7 @@ # 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-20030708.ebuild,v 1.9 2004/06/24 22:46:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20030708.ebuild,v 1.10 2004/07/15 03:28:58 agriffis 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" @@ -10,6 +9,7 @@ HOMEPAGE="ftp://ftp.gnu.org/pub/gnu/config" SLOT="0" LICENSE="GPL-2" KEYWORDS="mips sparc x86 ppc alpha hppa amd64 ia64 ppc64 s390" +IUSE="" src_install() { insinto /usr/share/${PN} |