diff options
-rw-r--r-- | www-client/khttrack/khttrack-0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/khttrack/khttrack-0.10.ebuild b/www-client/khttrack/khttrack-0.10.ebuild index a8cd612c46ce..71ceaaae4a4a 100644 --- a/www-client/khttrack/khttrack-0.10.ebuild +++ b/www-client/khttrack/khttrack-0.10.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/www-client/khttrack/khttrack-0.10.ebuild,v 1.2 2005/03/25 01:13:53 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/khttrack/khttrack-0.10.ebuild,v 1.3 2005/07/09 04:49:17 agriffis Exp $ inherit kde eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.nongnu.org/khttrack/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc ~sparc ~amd64" -IUSE="" +IUSE="arts" DEPEND="www-client/httrack" RDEPEND="www-client/httrack" |