diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 22:49:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 22:49:50 +0000 |
commit | f54acad3a6b223560b0a2cb0e76556d8dbf8428f (patch) | |
tree | 0ee30edbce63f97495bdd00ac3895f25f7351d09 /net-libs | |
parent | Remove arm keywords (Manifest recommit) (diff) | |
download | gentoo-2-f54acad3a6b223560b0a2cb0e76556d8dbf8428f.tar.gz gentoo-2-f54acad3a6b223560b0a2cb0e76556d8dbf8428f.tar.bz2 gentoo-2-f54acad3a6b223560b0a2cb0e76556d8dbf8428f.zip |
Remove arm keywords
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/adns/adns-1.1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libesmtp/libesmtp-0.8.12.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libident/libident-0.22.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/adns/adns-1.1.ebuild b/net-libs/adns/adns-1.1.ebuild index cd158def89a3..56db213c7fb1 100644 --- a/net-libs/adns/adns-1.1.ebuild +++ b/net-libs/adns/adns-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/adns-1.1.ebuild,v 1.2 2004/01/03 13:54:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/adns-1.1.ebuild,v 1.3 2004/02/22 22:48:58 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Advanced, easy to use, asynchronous-capable DNS client library and utilities" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.chiark.greenend.org.uk/users/ian/adns/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm ~ia64 amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 amd64" DEPEND="virtual/glibc" diff --git a/net-libs/libesmtp/libesmtp-0.8.12.ebuild b/net-libs/libesmtp/libesmtp-0.8.12.ebuild index 1b4e9252394b..09466aa5c6a6 100644 --- a/net-libs/libesmtp/libesmtp-0.8.12.ebuild +++ b/net-libs/libesmtp/libesmtp-0.8.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-0.8.12.ebuild,v 1.13 2003/09/06 22:04:23 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-0.8.12.ebuild,v 1.14 2004/02/22 22:49:14 agriffis Exp $ IUSE="ssl" @@ -14,7 +14,7 @@ DEPEND=">=sys-devel/libtool-1.3.5-r2 SLOT="0" LICENSE="LGPL-2.1 GPL-2" -KEYWORDS="x86 sparc ppc" +KEYWORDS="x86 sparc ppc" src_compile() { local myconf diff --git a/net-libs/libident/libident-0.22.ebuild b/net-libs/libident/libident-0.22.ebuild index 93fc878c32fc..4e810c4bf974 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.3 2004/02/17 20:10:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libident/libident-0.22.ebuild,v 1.4 2004/02/22 22:49:29 agriffis 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 ~arm ~hppa ~mips ~sparc x86 ia64" +KEYWORDS="alpha ~hppa ~mips ~sparc x86 ia64" DEPEND="virtual/glibc" src_compile() { |