diff options
author | Sergey Kuleshov <svyatogor@gentoo.org> | 2005-11-19 18:50:42 +0000 |
---|---|---|
committer | Sergey Kuleshov <svyatogor@gentoo.org> | 2005-11-19 18:50:42 +0000 |
commit | 2c3555c8793ccb421a0382c5d6e513b947690e01 (patch) | |
tree | 707b10ca468706f79eaa7bec347a5a76f91422d2 /rox-extra/archive | |
parent | Stable on SPARC wrt bug #112836. (diff) | |
download | historical-2c3555c8793ccb421a0382c5d6e513b947690e01.tar.gz historical-2c3555c8793ccb421a0382c5d6e513b947690e01.tar.bz2 historical-2c3555c8793ccb421a0382c5d6e513b947690e01.zip |
inherit rox should appear at the end
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'rox-extra/archive')
-rw-r--r-- | rox-extra/archive/archive-2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rox-extra/archive/archive-2.0.ebuild b/rox-extra/archive/archive-2.0.ebuild index 8e2698eb7008..a26774d68766 100644 --- a/rox-extra/archive/archive-2.0.ebuild +++ b/rox-extra/archive/archive-2.0.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/archive/archive-2.0.ebuild,v 1.1 2005/10/07 09:37:53 svyatogor Exp $ - -inherit rox +# $Header: /var/cvsroot/gentoo-x86/rox-extra/archive/archive-2.0.ebuild,v 1.2 2005/11/19 18:44:57 svyatogor Exp $ DESCRIPTION="Archive is a simple archiver for ROX Desktop" HOMEPAGE="http://rox.sourceforge.net/" @@ -16,3 +14,5 @@ IUSE="" ROX_LIB_VER=2.0.0 APPNAME=Archive + +inherit rox |