diff options
author | 2004-02-09 07:54:28 +0000 | |
---|---|---|
committer | 2004-02-09 07:54:28 +0000 | |
commit | bc5653e6819e30f6667d31819ae82aa0c1038149 (patch) | |
tree | 1708d5311e1ebe326cfb58bd2824cdb54fb5502f /dev-libs/g-wrap | |
parent | added amd64 keyword to 0.92.2. date fixes on rest. (Manifest recommit) (diff) | |
download | gentoo-2-bc5653e6819e30f6667d31819ae82aa0c1038149.tar.gz gentoo-2-bc5653e6819e30f6667d31819ae82aa0c1038149.tar.bz2 gentoo-2-bc5653e6819e30f6667d31819ae82aa0c1038149.zip |
added amd64 keyword.
Diffstat (limited to 'dev-libs/g-wrap')
-rw-r--r-- | dev-libs/g-wrap/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/g-wrap/g-wrap-1.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/g-wrap/ChangeLog b/dev-libs/g-wrap/ChangeLog index b3edd9339b5f..6e879453d6d1 100644 --- a/dev-libs/g-wrap/ChangeLog +++ b/dev-libs/g-wrap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/g-wrap # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/ChangeLog,v 1.15 2004/01/20 13:03:26 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/ChangeLog,v 1.16 2004/02/09 07:53:21 absinthe Exp $ + + 09 Feb 2004; Dylan Carlson <absinthe@gentoo.org> g-wrap-1.3.4.ebuild: + added amd64 keyword. 20 Jan 2004; <gustavoz@gentoo.org> g-wrap-1.3.4.ebuild: stable on sparc diff --git a/dev-libs/g-wrap/g-wrap-1.3.4.ebuild b/dev-libs/g-wrap/g-wrap-1.3.4.ebuild index a7350ff62138..6d5f908cc5aa 100644 --- a/dev-libs/g-wrap/g-wrap-1.3.4.ebuild +++ b/dev-libs/g-wrap/g-wrap-1.3.4.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/dev-libs/g-wrap/g-wrap-1.3.4.ebuild,v 1.7 2004/01/20 13:03:26 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/g-wrap-1.3.4.ebuild,v 1.8 2004/02/09 07:53:21 absinthe Exp $ S=${WORKDIR}/${P} DESCRIPTION="A tool for exporting C libraries into Scheme" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnucash.org" SLOT="1.3" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc alpha sparc" +KEYWORDS="x86 ~ppc alpha sparc amd64" inherit flag-o-matic |