diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2010-10-11 12:45:54 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2010-10-11 12:45:54 +0000 |
commit | 673d43005645ae388bffe1a5d73797895d582052 (patch) | |
tree | bd2405bf667e4fe8a578b0c26abbd79ea5e5dd4f /dev-util/confix | |
parent | x86 stable wrt bug #340024 (diff) | |
download | gentoo-2-673d43005645ae388bffe1a5d73797895d582052.tar.gz gentoo-2-673d43005645ae388bffe1a5d73797895d582052.tar.bz2 gentoo-2-673d43005645ae388bffe1a5d73797895d582052.zip |
pass non-prefix cpv to has_version (#340515).
add missing eutils inherit to have epatch do anything useful.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/confix')
-rw-r--r-- | dev-util/confix/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/confix/confix-2.1.0-r4.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-util/confix/ChangeLog b/dev-util/confix/ChangeLog index 5d89b8e25a90..ca71c48c653a 100644 --- a/dev-util/confix/ChangeLog +++ b/dev-util/confix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/confix # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/ChangeLog,v 1.14 2010/07/28 12:56:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/ChangeLog,v 1.15 2010/10/11 12:45:54 haubi Exp $ + + 11 Oct 2010; Michael Haubenwallner <haubi@gentoo.org> + confix-2.1.0-r4.ebuild: + pass non-prefix cpv to has_version (#340515). + add missing eutils inherit to have epatch do anything useful. 28 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org> confix-2.3.0-r3.ebuild: diff --git a/dev-util/confix/confix-2.1.0-r4.ebuild b/dev-util/confix/confix-2.1.0-r4.ebuild index 54b36a60b3b7..16f6328622e0 100644 --- a/dev-util/confix/confix-2.1.0-r4.ebuild +++ b/dev-util/confix/confix-2.1.0-r4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/confix-2.1.0-r4.ebuild,v 1.1 2010/07/13 11:57:23 mduft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/confix-2.1.0-r4.ebuild,v 1.2 2010/10/11 12:45:54 haubi Exp $ -inherit distutils +inherit distutils eutils DESCRIPTION="Confix: A Build Tool on Top of GNU Automake" HOMEPAGE="http://confix.sourceforge.net" @@ -56,7 +56,7 @@ src_unpack() { } pkg_preinst() { - if has_version '<dev-util/confix-2.1.0-r03.1'; then + if has_version '<dev-util/confix-2.1.0-r3'; then einfo "After upgrading to ${P} you likely want to remerge all packages built" einfo "with <dev-util/confix-2.1.0-r03.1 in your EPREFIX to fix a bug in" einfo "libtool's la-files created using the old ${PN}." |