diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-11-30 06:18:59 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-11-30 06:18:59 +0000 |
commit | ff90b30f7b364dc07376d85e8691327879d387c3 (patch) | |
tree | cc3933b2361352561b2df7a96cc2c9dda1484d1c /dev-libs/pth/pth-1.4.1.ebuild | |
parent | arm/hppa/ia64 stable for #72028 (diff) | |
download | historical-ff90b30f7b364dc07376d85e8691327879d387c3.tar.gz historical-ff90b30f7b364dc07376d85e8691327879d387c3.tar.bz2 historical-ff90b30f7b364dc07376d85e8691327879d387c3.zip |
added missing ~alpha keyword to 1.4.1. Version bump as well
Diffstat (limited to 'dev-libs/pth/pth-1.4.1.ebuild')
-rw-r--r-- | dev-libs/pth/pth-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/pth/pth-1.4.1.ebuild b/dev-libs/pth/pth-1.4.1.ebuild index e1f0dd53b456..f668da49bf8e 100644 --- a/dev-libs/pth/pth-1.4.1.ebuild +++ b/dev-libs/pth/pth-1.4.1.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.1.ebuild,v 1.16 2004/10/23 06:25:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.17 2004/11/30 06:18:59 dragonheart Exp $ inherit gnuconfig @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnu.org/gnu/pth/pth-1.4.1.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ppc sparc amd64 hppa ppc-macos" +KEYWORDS="x86 ppc sparc ~alpha amd64 hppa ppc-macos" IUSE="" DEPEND="virtual/libc" |