diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-01-26 05:39:05 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-01-26 05:39:05 +0000 |
commit | 0d849b05118dbaa0de64c34307f3756e20ee4e7a (patch) | |
tree | c5c827869f513fe02527060a2d9550d92433962d /dev-libs/btparse/btparse-0.35.ebuild | |
parent | Add ~amd64, bug 138363 (diff) | |
download | gentoo-2-0d849b05118dbaa0de64c34307f3756e20ee4e7a.tar.gz gentoo-2-0d849b05118dbaa0de64c34307f3756e20ee4e7a.tar.bz2 gentoo-2-0d849b05118dbaa0de64c34307f3756e20ee4e7a.zip |
add ~amd64, bug 158847
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-libs/btparse/btparse-0.35.ebuild')
-rw-r--r-- | dev-libs/btparse/btparse-0.35.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/btparse/btparse-0.35.ebuild b/dev-libs/btparse/btparse-0.35.ebuild index d8e4a851858f..6c3eb057bb28 100644 --- a/dev-libs/btparse/btparse-0.35.ebuild +++ b/dev-libs/btparse/btparse-0.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/btparse-0.35.ebuild,v 1.1 2007/01/15 11:18:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/btparse-0.35.ebuild,v 1.2 2007/01/26 05:39:05 beandog Exp $ DESCRIPTION="A C library to parse Bibtex files" HOMEPAGE="http://www.gerg.ca/software/btOOL/" @@ -8,7 +8,7 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/btparse/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~amd64 ~sparc ~x86" IUSE="" DEPEND="virtual/libc" |