diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 22:49:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 22:49:29 +0000 |
commit | fa4e1a7130254a242825923b26f191ad596a96b6 (patch) | |
tree | 4057d242d682396d7346ddc353a99e46265700c9 /net-libs/adns | |
parent | Remove arm keywords (diff) | |
download | historical-fa4e1a7130254a242825923b26f191ad596a96b6.tar.gz historical-fa4e1a7130254a242825923b26f191ad596a96b6.tar.bz2 historical-fa4e1a7130254a242825923b26f191ad596a96b6.zip |
Remove arm keywords
Diffstat (limited to 'net-libs/adns')
-rw-r--r-- | net-libs/adns/adns-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 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" |