diff options
author | Travis Tilley <lv@gentoo.org> | 2004-04-09 05:07:44 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-04-09 05:07:44 +0000 |
commit | cc47dd6ebd81ff1da96fc0127814da5d6ca4db7d (patch) | |
tree | 62230c9aaa1b02911e3410d84690fef83bb5975f /sys-devel/gnuconfig | |
parent | Ebuild submitted in bug #40009 by ronmon@bellsouth.net (Manifest recommit) (diff) | |
download | gentoo-2-cc47dd6ebd81ff1da96fc0127814da5d6ca4db7d.tar.gz gentoo-2-cc47dd6ebd81ff1da96fc0127814da5d6ca4db7d.tar.bz2 gentoo-2-cc47dd6ebd81ff1da96fc0127814da5d6ca4db7d.zip |
stable on amd64
Diffstat (limited to 'sys-devel/gnuconfig')
-rw-r--r-- | sys-devel/gnuconfig/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gnuconfig/gnuconfig-20040214.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gnuconfig/ChangeLog b/sys-devel/gnuconfig/ChangeLog index 4f491becda4c..95262a4232c8 100644 --- a/sys-devel/gnuconfig/ChangeLog +++ b/sys-devel/gnuconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gnuconfig # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.5 2004/02/19 22:31:48 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.6 2004/04/09 05:07:44 lv Exp $ + + 09 Apr 2004; Travis Tilley <lv@gentoo.org> gnuconfig-20040214.ebuild: + stable on amd64 19 Feb 2004; Tom Gall <tgall@gentoo.org> gnuconfig-20040214.ebuild: ppc64 stable diff --git a/sys-devel/gnuconfig/gnuconfig-20040214.ebuild b/sys-devel/gnuconfig/gnuconfig-20040214.ebuild index b13b0f37ea73..66d3e6334ef2 100644 --- a/sys-devel/gnuconfig/gnuconfig-20040214.ebuild +++ b/sys-devel/gnuconfig/gnuconfig-20040214.ebuild @@ -1,6 +1,6 @@ # 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.2 2004/02/19 22:31:48 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20040214.ebuild,v 1.3 2004/04/09 05:07:44 lv Exp $ S=${WORKDIR}/${P} DESCRIPTION="Updated config.sub and config.guess file from GNU" @@ -9,7 +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" +KEYWORDS="~mips ~sparc ~x86 ~ppc ~alpha ~hppa amd64 ~ia64 ppc64" src_install() { insinto /usr/share/${PN} |