diff options
author | 2005-11-19 18:50:42 +0000 | |
---|---|---|
committer | 2005-11-19 18:50:42 +0000 | |
commit | 2f1a1287bc19a1d001815686c9a9292d4c90ba05 (patch) | |
tree | 43b8a5836feffaa5570d87d6c18104c728b470a5 /rox-extra/fetch/fetch-0.1.2.ebuild | |
parent | Stable on SPARC wrt bug #112836. (diff) | |
download | gentoo-2-2f1a1287bc19a1d001815686c9a9292d4c90ba05.tar.gz gentoo-2-2f1a1287bc19a1d001815686c9a9292d4c90ba05.tar.bz2 gentoo-2-2f1a1287bc19a1d001815686c9a9292d4c90ba05.zip |
inherit rox should appear at the end
(Portage version: 2.0.51.22-r3)
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 |