diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-16 01:12:27 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-16 01:12:27 +0000 |
commit | 1e6761998ae9595e36c77a767c23cd221de69597 (patch) | |
tree | bfa28fbe393659f09486348e6f6bcc7f262382cd | |
parent | old (diff) | |
download | historical-1e6761998ae9595e36c77a767c23cd221de69597.tar.gz historical-1e6761998ae9595e36c77a767c23cd221de69597.tar.bz2 historical-1e6761998ae9595e36c77a767c23cd221de69597.zip |
Mark 0.32 stable on alpha
Package-Manager: portage-2.0.52-r1
-rw-r--r-- | net-libs/libident/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libident/libident-0.32.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libident/ChangeLog b/net-libs/libident/ChangeLog index ef664343729e..b62b20ddfe85 100644 --- a/net-libs/libident/ChangeLog +++ b/net-libs/libident/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libident # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/ChangeLog,v 1.13 2005/08/07 13:40:47 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/ChangeLog,v 1.14 2005/09/16 01:12:27 agriffis Exp $ + + 15 Sep 2005; Aron Griffis <agriffis@gentoo.org> libident-0.32.ebuild: + Mark 0.32 stable on alpha 07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> libident-0.22.ebuild: Stable on ppc. diff --git a/net-libs/libident/libident-0.32.ebuild b/net-libs/libident/libident-0.32.ebuild index 50dfa226ba8c..23e1fc8cf450 100644 --- a/net-libs/libident/libident-0.32.ebuild +++ b/net-libs/libident/libident-0.32.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/net-libs/libident/libident-0.32.ebuild,v 1.4 2005/04/01 15:28:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/libident-0.32.ebuild,v 1.5 2005/09/16 01:12:27 agriffis Exp $ DESCRIPTION="A small library to interface to the Ident protocol server" HOMEPAGE="http://www.simphalempin.com/dev/libident/" @@ -8,7 +8,7 @@ SRC_URI="http://people.via.ecp.fr/~rem/libident/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha ~hppa ~mips ~sparc ~x86 ia64 ~s390 ~ppc ~amd64 ppc64" +KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sparc ~x86" IUSE="" DEPEND="virtual/libc" |