diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-10 12:09:18 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-10 12:09:18 +0000 |
commit | 24816869b79fdebd2a12ff00d8559cd9f110706e (patch) | |
tree | 0c683e1ed878d72a04af1d9201bfbbd17e5f487c /dev-libs/pth | |
parent | Add missing patches so that USE="-crypt" works. Fixes #104383. Thanks to <ter... (diff) | |
download | historical-24816869b79fdebd2a12ff00d8559cd9f110706e.tar.gz historical-24816869b79fdebd2a12ff00d8559cd9f110706e.tar.bz2 historical-24816869b79fdebd2a12ff00d8559cd9f110706e.zip |
Mark 2.0.3 stable on alpha
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-libs/pth')
-rw-r--r-- | dev-libs/pth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/pth/pth-2.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index d3003059f681..543eb85a351a 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/pth # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.32 2005/09/06 15:32:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.33 2005/09/10 12:09:18 agriffis Exp $ + + 10 Sep 2005; Aron Griffis <agriffis@gentoo.org> pth-2.0.3.ebuild: + Mark 2.0.3 stable on alpha 06 Sep 2005; Markus Rothe <corsair@gentoo.org> pth-2.0.3.ebuild: Stable on ppc64 diff --git a/dev-libs/pth/pth-2.0.3.ebuild b/dev-libs/pth/pth-2.0.3.ebuild index cd83bc44828c..082ec16976c2 100644 --- a/dev-libs/pth/pth-2.0.3.ebuild +++ b/dev-libs/pth/pth-2.0.3.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/pth/pth-2.0.3.ebuild,v 1.9 2005/09/06 15:32:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.3.ebuild,v 1.10 2005/09/10 12:09:18 agriffis Exp $ inherit eutils fixheadtails @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc-macos ppc64 ~s390 ~sparc ~x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc-macos ppc64 ~s390 ~sparc ~x86" IUSE="" DEPEND="" |