diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-03-05 08:49:12 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-03-05 08:49:12 +0000 |
commit | bd7eee5c568ad744e6a72d76eea2b8d72a8bccf5 (patch) | |
tree | b7224232bd915b9e512fce12c4b51a191af899e5 /net-libs/libident | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-bd7eee5c568ad744e6a72d76eea2b8d72a8bccf5.tar.gz gentoo-2-bd7eee5c568ad744e6a72d76eea2b8d72a8bccf5.tar.bz2 gentoo-2-bd7eee5c568ad744e6a72d76eea2b8d72a8bccf5.zip |
Stable on ppc64
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs/libident')
-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 c89210cba50e..ef9b5e546b04 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.9 2005/01/01 13:10:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/ChangeLog,v 1.10 2005/03/05 08:46:59 corsair Exp $ + + 05 Mar 2005; Markus Rothe <corsair@gentoo.org> libident-0.32.ebuild: + Stable on ppc64 01 Jan 2005; Markus Rothe <corsair@gentoo.org> libident-0.32.ebuild: Added ~ppc64 to KEYWORDS diff --git a/net-libs/libident/libident-0.32.ebuild b/net-libs/libident/libident-0.32.ebuild index 56cb3b6991f0..80b71fe175de 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.2 2005/01/01 13:10:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/libident-0.32.ebuild,v 1.3 2005/03/05 08:46:59 corsair 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 ~hppa ~mips ~sparc ~x86 ~ia64 ~s390 ~ppc ~amd64 ppc64" IUSE="" DEPEND="virtual/libc" |