diff options
author | 2006-11-17 14:39:51 +0000 | |
---|---|---|
committer | 2006-11-17 14:39:51 +0000 | |
commit | c18c7148d0047e6dffa434d03cc296e91e816681 (patch) | |
tree | feb7094c37ff47997a93f6c5bdb0c30cce883ffc /rox-base/oroborox/oroborox-0.9.7.9.ebuild | |
parent | Added ~ppc keyword wrt bug 155053 (diff) | |
download | historical-c18c7148d0047e6dffa434d03cc296e91e816681.tar.gz historical-c18c7148d0047e6dffa434d03cc296e91e816681.tar.bz2 historical-c18c7148d0047e6dffa434d03cc296e91e816681.zip |
Bug 155429 - Fixed inherit order
Package-Manager: portage-2.1.2_rc1-r6
Diffstat (limited to 'rox-base/oroborox/oroborox-0.9.7.9.ebuild')
-rw-r--r-- | rox-base/oroborox/oroborox-0.9.7.9.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/rox-base/oroborox/oroborox-0.9.7.9.ebuild b/rox-base/oroborox/oroborox-0.9.7.9.ebuild index 935e252ffdce..173bcdf87650 100644 --- a/rox-base/oroborox/oroborox-0.9.7.9.ebuild +++ b/rox-base/oroborox/oroborox-0.9.7.9.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-base/oroborox/oroborox-0.9.7.9.ebuild,v 1.4 2006/10/29 18:08:26 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-base/oroborox/oroborox-0.9.7.9.ebuild,v 1.5 2006/11/17 14:39:51 lack Exp $ + +ROX_LIB_VER=1.9.14 +inherit rox MY_PN="OroboROX" @@ -49,13 +52,8 @@ RDEPEND=" " S=${WORKDIR} -ROX_LIB_VER=1.9.14 -SET_PERM=TRUE - APPNAME=${MY_PN} -inherit rox - # OroboROX fails to build if CHOICESPATH is set to any path. # see bug #124133 unset CHOICESPATH |