diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-07-12 09:32:23 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-07-12 09:32:23 +0000 |
commit | 211f97c480f2b0d92071c485dcf5368eecbe571f (patch) | |
tree | 1b0e5026c6ee90bceed07fead65d8eaaaff3cf94 /dev-libs/libowfat | |
parent | Stable on x86. (diff) | |
download | gentoo-2-211f97c480f2b0d92071c485dcf5368eecbe571f.tar.gz gentoo-2-211f97c480f2b0d92071c485dcf5368eecbe571f.tar.bz2 gentoo-2-211f97c480f2b0d92071c485dcf5368eecbe571f.zip |
Added ~amd64 keyword.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs/libowfat')
-rw-r--r-- | dev-libs/libowfat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libowfat/libowfat-0.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libowfat/ChangeLog b/dev-libs/libowfat/ChangeLog index 71f65ab97aed..c6c861d42465 100644 --- a/dev-libs/libowfat/ChangeLog +++ b/dev-libs/libowfat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libowfat # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v 1.14 2005/04/24 12:45:15 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/ChangeLog,v 1.15 2005/07/12 09:32:23 ticho Exp $ + + 12 Jul 2005; Andrej Kacian <ticho@gentoo.org> libowfat-0.22.ebuild: + Added ~amd64 keyword. 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> libowfat-0.16.ebuild: Stable on ppc. diff --git a/dev-libs/libowfat/libowfat-0.22.ebuild b/dev-libs/libowfat/libowfat-0.22.ebuild index 94669c1e7417..86d1bde4c053 100644 --- a/dev-libs/libowfat/libowfat-0.22.ebuild +++ b/dev-libs/libowfat/libowfat-0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.22.ebuild,v 1.1 2005/04/04 19:02:14 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libowfat/libowfat-0.22.ebuild,v 1.2 2005/07/12 09:32:23 ticho Exp $ DESCRIPTION="reimplement libdjb - excellent libraries from Dan Bernstein." SRC_URI="http://dl.fefe.de/${P}.tar.bz2" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.fefe.de/libowfat/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="~x86 ~sparc ~ppc ~amd64" IUSE="" DEPEND=">=dev-libs/dietlibc-0.23 >=sys-apps/sed-4" |