diff options
Diffstat (limited to 'rox-extra/fetch/fetch-0.1.2.ebuild')
-rw-r--r-- | rox-extra/fetch/fetch-0.1.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rox-extra/fetch/fetch-0.1.2.ebuild b/rox-extra/fetch/fetch-0.1.2.ebuild index 11b4b375c466..4ef15984add7 100644 --- a/rox-extra/fetch/fetch-0.1.2.ebuild +++ b/rox-extra/fetch/fetch-0.1.2.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/fetch-0.1.2.ebuild,v 1.1 2005/11/06 19:23:39 svyatogor Exp $ - -inherit rox eutils +# $Header: /var/cvsroot/gentoo-x86/rox-extra/fetch/fetch-0.1.2.ebuild,v 1.2 2005/11/19 18:47:27 svyatogor Exp $ MY_PN="Fetch" DESCRIPTION="Fetch - an downloader for the ROX Desktop" @@ -32,3 +30,4 @@ src_unpack() { cd ${S} } +inherit rox eutils |