diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-10-04 15:01:52 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-10-04 15:01:52 +0000 |
commit | f72ac2e41b62ebe3053046b9e69edf732f6f26a0 (patch) | |
tree | 26a604fb797efbb20d6c61f9ebb08a02471ccf8d /rox-extra | |
parent | stable on amd64 (diff) | |
download | gentoo-2-f72ac2e41b62ebe3053046b9e69edf732f6f26a0.tar.gz gentoo-2-f72ac2e41b62ebe3053046b9e69edf732f6f26a0.tar.bz2 gentoo-2-f72ac2e41b62ebe3053046b9e69edf732f6f26a0.zip |
Fixed version variable ordering for 'inherit rox'
(Portage version: 2.1.2_pre1-r3)
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/diff/ChangeLog | 5 | ||||
-rw-r--r-- | rox-extra/diff/diff-2.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/rox-extra/diff/ChangeLog b/rox-extra/diff/ChangeLog index e11d53ef57d8..ad50a55d2ca9 100644 --- a/rox-extra/diff/ChangeLog +++ b/rox-extra/diff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for rox-extra/diff # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/diff/ChangeLog,v 1.4 2006/10/02 13:53:01 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/diff/ChangeLog,v 1.5 2006/10/04 15:01:52 lack Exp $ + + 04 Oct 2006; Jim Ramsay <lack@gentoo.org> diff-2.1.4.ebuild: + Fixed version variable ordering for 'inherit rox' *diff-2.1.4 (02 Oct 2006) diff --git a/rox-extra/diff/diff-2.1.4.ebuild b/rox-extra/diff/diff-2.1.4.ebuild index 9043b50fa6ad..d2ed2771ea70 100644 --- a/rox-extra/diff/diff-2.1.4.ebuild +++ b/rox-extra/diff/diff-2.1.4.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/diff/diff-2.1.4.ebuild,v 1.1 2006/10/02 13:53:01 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/diff/diff-2.1.4.ebuild,v 1.2 2006/10/04 15:01:52 lack Exp $ +ROX_CLIB_VER=2.1.8 inherit rox MY_PN="Diff" @@ -14,7 +15,6 @@ SLOT="0" IUSE="" KEYWORDS="~x86" -ROX_CLIB_VER=2.1.8 KEEP_SRC=true APPNAME=${MY_PN} |