diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-31 21:31:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-31 21:31:14 +0000 |
commit | e5a61aa2d78a06906fcfb4474c0e8e3b28395e92 (patch) | |
tree | 6416c5a1c482b86ea9e24288e9bcd9f5610d662d /net-dns/c-ares | |
parent | unmask a bunch of flags (diff) | |
download | historical-e5a61aa2d78a06906fcfb4474c0e8e3b28395e92.tar.gz historical-e5a61aa2d78a06906fcfb4474c0e8e3b28395e92.tar.bz2 historical-e5a61aa2d78a06906fcfb4474c0e8e3b28395e92.zip |
sh love
Package-Manager: portage-2.1_pre3
Diffstat (limited to 'net-dns/c-ares')
-rw-r--r-- | net-dns/c-ares/c-ares-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/c-ares/c-ares-1.3.0.ebuild b/net-dns/c-ares/c-ares-1.3.0.ebuild index 9272c268f7b2..7909b726f84d 100644 --- a/net-dns/c-ares/c-ares-1.3.0.ebuild +++ b/net-dns/c-ares/c-ares-1.3.0.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-dns/c-ares/c-ares-1.3.0.ebuild,v 1.13 2005/12/30 16:45:57 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/c-ares/c-ares-1.3.0.ebuild,v 1.14 2005/12/31 21:31:14 vapier Exp $ DESCRIPTION="C library that resolves names asynchronously" HOMEPAGE="http://daniel.haxx.se/projects/c-ares/" @@ -8,7 +8,7 @@ SRC_URI="http://daniel.haxx.se/projects/c-ares/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sparc x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86" IUSE="" DEPEND="" |