diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-11-17 14:57:33 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-11-17 14:57:33 +0000 |
commit | 9606daaa301555dba7921fd9123a4b13f9e292fd (patch) | |
tree | 024e1087c636ef9aa625f72180ea9bc29112bed0 /rox-extra/roxcd/roxcd-0.5.4.ebuild | |
parent | Add ~sparc-fbsd keyword. (diff) | |
download | gentoo-2-9606daaa301555dba7921fd9123a4b13f9e292fd.tar.gz gentoo-2-9606daaa301555dba7921fd9123a4b13f9e292fd.tar.bz2 gentoo-2-9606daaa301555dba7921fd9123a4b13f9e292fd.zip |
Bug 155429 - Fixed inherit order
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'rox-extra/roxcd/roxcd-0.5.4.ebuild')
-rw-r--r-- | rox-extra/roxcd/roxcd-0.5.4.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rox-extra/roxcd/roxcd-0.5.4.ebuild b/rox-extra/roxcd/roxcd-0.5.4.ebuild index bac4f3289c7e..46f78df5fde5 100644 --- a/rox-extra/roxcd/roxcd-0.5.4.ebuild +++ b/rox-extra/roxcd/roxcd-0.5.4.ebuild @@ -1,6 +1,9 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxcd/roxcd-0.5.4.ebuild,v 1.1 2005/10/07 11:12:06 svyatogor Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/roxcd/roxcd-0.5.4.ebuild,v 1.2 2006/11/17 14:57:33 lack Exp $ + +ROX_LIB_VER=1.9.14 +inherit rox MY_PN="RoxCD" DESCRIPTION="RoxCD - A CD Player/Ripper for the ROX Desktop" @@ -12,12 +15,9 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -ROX_LIB_VER=1.9.14 APPNAME=${MY_PN} S=${WORKDIR} -inherit rox - #YUCK, there is a subdiretory in Help for the Licenses. #need to move it src_unpack() { |