diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-01-01 13:10:26 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-01-01 13:10:26 +0000 |
commit | 7da6ba2f4e5f2d4237d6f2c4991183d26fef28e7 (patch) | |
tree | 10c914e0de8a8a7367cdb0fccf7d6819997fd5a5 /net-libs/libident | |
parent | Updated Copyright dates to 2005. (Manifest recommit) (diff) | |
download | gentoo-2-7da6ba2f4e5f2d4237d6f2c4991183d26fef28e7.tar.gz gentoo-2-7da6ba2f4e5f2d4237d6f2c4991183d26fef28e7.tar.bz2 gentoo-2-7da6ba2f4e5f2d4237d6f2c4991183d26fef28e7.zip |
Added ~ppc64 to KEYWORDS
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 f540f10b9d96..c89210cba50e 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.8 2005/01/01 06:41:03 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/ChangeLog,v 1.9 2005/01/01 13:10:26 corsair Exp $ + + 01 Jan 2005; Markus Rothe <corsair@gentoo.org> libident-0.32.ebuild: + Added ~ppc64 to KEYWORDS *libident-0.32 (01 Jan 2005) diff --git a/net-libs/libident/libident-0.32.ebuild b/net-libs/libident/libident-0.32.ebuild index 63cc161214fc..56cb3b6991f0 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.1 2005/01/01 06:41:03 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/libident-0.32.ebuild,v 1.2 2005/01/01 13:10:26 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" +KEYWORDS="~alpha ~hppa ~mips ~sparc ~x86 ~ia64 ~s390 ~ppc ~amd64 ~ppc64" IUSE="" DEPEND="virtual/libc" |