diff options
-rw-r--r-- | net-misc/dante/dante-1.1.14-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/dante/dante-1.1.14-r2.ebuild b/net-misc/dante/dante-1.1.14-r2.ebuild index b654e206b02a..2c13e3e96490 100644 --- a/net-misc/dante/dante-1.1.14-r2.ebuild +++ b/net-misc/dante/dante-1.1.14-r2.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-misc/dante/dante-1.1.14-r2.ebuild,v 1.10 2004/04/27 21:28:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/dante-1.1.14-r2.ebuild,v 1.11 2004/05/25 23:21:06 vapier Exp $ inherit gcc fixheadtails eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.inet.no/pub/socks/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ppc sparc ~alpha hppa ~mips ia64 ppc64 s390" +KEYWORDS="x86 ppc sparc ~mips ~alpha arm hppa ia64 ppc64 s390" IUSE="tcpd debug" RDEPEND="virtual/glibc @@ -61,7 +61,7 @@ src_install() { newins ${FILESDIR}/dante-sockd-conf-1.1.14-r2 dante-sockd # install documentation - dodoc BUGS CREDITS LICENSE NEWS README SUPPORT TODO VERSION + dodoc BUGS CREDITS NEWS README SUPPORT TODO VERSION docinto txt cd doc dodoc README* *.txt SOCKS4.* |