diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-03 13:54:59 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-03 13:54:59 +0000 |
commit | 9a2b0371cade1004acf032c223872df004128df4 (patch) | |
tree | 8324e73e3562714b0ac38c55540b3c6a0fbcafd2 /net-libs/adns/adns-1.1.ebuild | |
parent | alsa dep <= 0.9.8 (diff) | |
download | historical-9a2b0371cade1004acf032c223872df004128df4.tar.gz historical-9a2b0371cade1004acf032c223872df004128df4.tar.bz2 historical-9a2b0371cade1004acf032c223872df004128df4.zip |
Unmasking for amd64
Diffstat (limited to 'net-libs/adns/adns-1.1.ebuild')
-rw-r--r-- | net-libs/adns/adns-1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/adns/adns-1.1.ebuild b/net-libs/adns/adns-1.1.ebuild index 3247f2a2b5e8..cd158def89a3 100644 --- a/net-libs/adns/adns-1.1.ebuild +++ b/net-libs/adns/adns-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/11/22 08:48:58 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/adns/adns-1.1.ebuild,v 1.2 2004/01/03 13:54:50 aliz 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 ~arm ~ia64 amd64" DEPEND="virtual/glibc" |