diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-11-25 03:32:27 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-11-25 03:32:27 +0000 |
commit | f88646fcb3f8223a75bf76109c00e380d87e5602 (patch) | |
tree | 53b42b310fa66d100a62006640a085dc1d82b99e /dev-libs/pth | |
parent | Add ~alpha (diff) | |
download | historical-f88646fcb3f8223a75bf76109c00e380d87e5602.tar.gz historical-f88646fcb3f8223a75bf76109c00e380d87e5602.tar.bz2 historical-f88646fcb3f8223a75bf76109c00e380d87e5602.zip |
Add ~alpha
Diffstat (limited to 'dev-libs/pth')
-rw-r--r-- | dev-libs/pth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/pth/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/pth/pth-1.4.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index 2633edf21c46..3149a14c9ff0 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/pth # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.9 2003/10/24 12:46:37 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.10 2003/11/25 03:32:24 agriffis Exp $ + + 24 Nov 2003; Aron Griffis <agriffis@gentoo.org> pth-1.4.0.ebuild: + Add ~alpha 05 Mar 2003; Bartosch Pixa <darkspecter@gentoo.org> pth-1.4.1.ebuild: set ~ppc in keywords diff --git a/dev-libs/pth/Manifest b/dev-libs/pth/Manifest index 34ff155c2247..ee5380b32013 100644 --- a/dev-libs/pth/Manifest +++ b/dev-libs/pth/Manifest @@ -1,5 +1,5 @@ -MD5 f2bf54606e5425bfd959bc9154924dd6 ChangeLog 1095 -MD5 4497d181002ddb1cad76d6e60ddab5e0 pth-1.4.0.ebuild 596 +MD5 349de0cb4ded90fc635fcad9d7505403 ChangeLog 1182 +MD5 324845683829ab13913ac51985550504 pth-1.4.0.ebuild 605 MD5 5429eb9c10475ed8d050004044c36f34 pth-1.4.1.ebuild 605 MD5 5a8d84760fa717b03ba0a74fdcda84a2 files/digest-pth-1.4.0 61 MD5 1bfd642d99d813a259564df018c7f6dd files/digest-pth-1.4.1 61 diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild index 82f01bf71209..11c98a86b8f2 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-2003 Gentoo Technologies, Inc. # 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.9 2003/02/13 10:50:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.10 2003/11/25 03:32:24 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNU Portable Threads" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnu.org/software/pth/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc ~alpha" DEPEND="virtual/glibc" |