diff options
author | Markus Rothe <corsair@gentoo.org> | 2004-12-20 19:32:26 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2004-12-20 19:32:26 +0000 |
commit | d0d015d6e7d467216bc2640c67881304216ed1c2 (patch) | |
tree | 0a516479878fbc6bc977369e2f65b6b72a3084c8 /dev-libs/pth/pth-1.4.0.ebuild | |
parent | Fix dhcrelay startup script for proper commandline arguments and proper shutd... (diff) | |
download | gentoo-2-d0d015d6e7d467216bc2640c67881304216ed1c2.tar.gz gentoo-2-d0d015d6e7d467216bc2640c67881304216ed1c2.tar.bz2 gentoo-2-d0d015d6e7d467216bc2640c67881304216ed1c2.zip |
added (~)ppc64 keywords
Diffstat (limited to 'dev-libs/pth/pth-1.4.0.ebuild')
-rw-r--r-- | dev-libs/pth/pth-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild index 123c573ef394..32041faa4450 100644 --- a/dev-libs/pth/pth-1.4.0.ebuild +++ b/dev-libs/pth/pth-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.20 2004/11/30 16:07:42 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.21 2004/12/20 19:32:26 corsair Exp $ inherit gnuconfig libtool @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ppc sparc alpha amd64 hppa ppc-macos" +KEYWORDS="x86 ppc sparc alpha amd64 hppa ppc-macos ppc64" IUSE="" DEPEND="virtual/libc" |