diff options
author | Michael McCabe <randy@gentoo.org> | 2004-04-15 21:33:04 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-04-15 21:33:04 +0000 |
commit | 9996a8eeeadf4aa1544514ec76fe6112b9c31e17 (patch) | |
tree | 444bc00044a4fce6f3442e6531feebe852d01bc7 /net-libs/libident | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-9996a8eeeadf4aa1544514ec76fe6112b9c31e17.tar.gz gentoo-2-9996a8eeeadf4aa1544514ec76fe6112b9c31e17.tar.bz2 gentoo-2-9996a8eeeadf4aa1544514ec76fe6112b9c31e17.zip |
added s390 to keywords
Diffstat (limited to 'net-libs/libident')
-rw-r--r-- | net-libs/libident/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libident/libident-0.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libident/ChangeLog b/net-libs/libident/ChangeLog index 42fa6dbccdbc..2c82fc04bdd7 100644 --- a/net-libs/libident/ChangeLog +++ b/net-libs/libident/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libident # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/ChangeLog,v 1.2 2004/02/17 20:10:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/ChangeLog,v 1.3 2004/04/15 21:30:37 randy Exp $ + + 15 Apr 2004; Michael McCabe <randy@gentoo.org> libident-0.22.ebuild: + adding s390 keywords 17 Feb 2004; Aron Griffis <agriffis@gentoo.org> libident-0.22.ebuild: stable on alpha and ia64 diff --git a/net-libs/libident/libident-0.22.ebuild b/net-libs/libident/libident-0.22.ebuild index 4e810c4bf974..4be20d70759e 100644 --- a/net-libs/libident/libident-0.22.ebuild +++ b/net-libs/libident/libident-0.22.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/libident-0.22.ebuild,v 1.4 2004/02/22 22:49:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/libident-0.22.ebuild,v 1.5 2004/04/15 21:30:37 randy Exp $ DESCRIPTION="A small library to interface to the Ident protocol server" HOMEPAGE="ftp://ftp.lysator.liu.se/pub/ident/libs" SRC_URI="ftp://ftp.lysator.liu.se/pub/ident/libs/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="alpha ~hppa ~mips ~sparc x86 ia64" +KEYWORDS="alpha ~hppa ~mips ~sparc x86 ia64 s390" DEPEND="virtual/glibc" src_compile() { |