diff options
author | Sergey Kuleshov <svyatogor@gentoo.org> | 2005-11-19 18:36:02 +0000 |
---|---|---|
committer | Sergey Kuleshov <svyatogor@gentoo.org> | 2005-11-19 18:36:02 +0000 |
commit | 266e7ae5a1ea2457ee12104c74ca7529f08b86b3 (patch) | |
tree | 03e0256c3db462adaa087e82c6c9efa7a4fd8b8e /rox-base/volume | |
parent | Stable on ppc64; bug #111134 (diff) | |
download | historical-266e7ae5a1ea2457ee12104c74ca7529f08b86b3.tar.gz historical-266e7ae5a1ea2457ee12104c74ca7529f08b86b3.tar.bz2 historical-266e7ae5a1ea2457ee12104c74ca7529f08b86b3.zip |
inherit rox should appear at the end
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'rox-base/volume')
-rw-r--r-- | rox-base/volume/volume-0.0.7.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rox-base/volume/volume-0.0.7.ebuild b/rox-base/volume/volume-0.0.7.ebuild index deaf6f95c02e..718798e604e4 100644 --- a/rox-base/volume/volume-0.0.7.ebuild +++ b/rox-base/volume/volume-0.0.7.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-base/volume/volume-0.0.7.ebuild,v 1.1 2005/10/17 09:41:46 svyatogor Exp $ - -inherit rox +# $Header: /var/cvsroot/gentoo-x86/rox-base/volume/volume-0.0.7.ebuild,v 1.2 2005/11/19 18:34:33 svyatogor Exp $ MY_PN="Volume" MY_PV=`echo "${PV}" | sed -e 's/\.//g'` @@ -23,3 +21,4 @@ ROX_LIB_VER=2.0.0 APPNAME=${MY_PN} S=${WORKDIR} +inherit rox |