diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-10-04 15:14:10 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-10-04 15:14:10 +0000 |
commit | 41a5d058494997179f0e0d599bf35a518150a0b0 (patch) | |
tree | 24384a799ca082f94310f7f541e8c89ffbed9b7c /rox-extra/find | |
parent | Bug #145085 - revision-bump to add PDEPEND for dev-php[45]/syck-php-bindings (diff) | |
download | historical-41a5d058494997179f0e0d599bf35a518150a0b0.tar.gz historical-41a5d058494997179f0e0d599bf35a518150a0b0.tar.bz2 historical-41a5d058494997179f0e0d599bf35a518150a0b0.zip |
Fixed version variable ordering for 'inherit rox'
Package-Manager: portage-2.1.2_pre1-r3
Diffstat (limited to 'rox-extra/find')
-rw-r--r-- | rox-extra/find/ChangeLog | 5 | ||||
-rw-r--r-- | rox-extra/find/find-007.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/rox-extra/find/ChangeLog b/rox-extra/find/ChangeLog index 6170908ee7a8..71b82d91839d 100644 --- a/rox-extra/find/ChangeLog +++ b/rox-extra/find/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for rox-extra/find # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/find/ChangeLog,v 1.4 2006/09/27 22:19:36 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/find/ChangeLog,v 1.5 2006/10/04 15:10:13 lack Exp $ + + 04 Oct 2006; Jim Ramsay <lack@gentoo.org> find-007.ebuild: + Fixed version variable ordering for 'inherit rox' *find-007 (27 Sep 2006) diff --git a/rox-extra/find/find-007.ebuild b/rox-extra/find/find-007.ebuild index d6e737de195e..3682cbda6f4f 100644 --- a/rox-extra/find/find-007.ebuild +++ b/rox-extra/find/find-007.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/find/find-007.ebuild,v 1.1 2006/09/27 22:19:36 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/find/find-007.ebuild,v 1.2 2006/10/04 15:10:13 lack Exp $ +ROX_LIB_VER=2.0.0 inherit rox MY_PN="Find" @@ -14,8 +15,6 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -ROX_LIB_VER=2.0.0 - APPNAME=${MY_PN} S=${WORKDIR} |