summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-07-28 12:56:32 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-07-28 12:56:32 +0000
commit8ae624612a9b2b69c4f229ab9714c0d39516e7b0 (patch)
treee165a67bf187e06d2ca11b3df236266bb8904797 /dev-util/confix
parentVersion bump (Bug #306027) (diff)
downloadgentoo-2-8ae624612a9b2b69c4f229ab9714c0d39516e7b0.tar.gz
gentoo-2-8ae624612a9b2b69c4f229ab9714c0d39516e7b0.tar.bz2
gentoo-2-8ae624612a9b2b69c4f229ab9714c0d39516e7b0.zip
Add missing eutils inherit, this casued the package to patch nothing.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/confix')
-rw-r--r--dev-util/confix/ChangeLog6
-rw-r--r--dev-util/confix/confix-2.3.0-r3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/confix/ChangeLog b/dev-util/confix/ChangeLog
index 7dce2b1bec9e..5d89b8e25a90 100644
--- a/dev-util/confix/ChangeLog
+++ b/dev-util/confix/ChangeLog
@@ -1,6 +1,10 @@
# 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.13 2010/07/13 11:57:23 mduft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/ChangeLog,v 1.14 2010/07/28 12:56:32 flameeyes Exp $
+
+ 28 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ confix-2.3.0-r3.ebuild:
+ Add missing eutils inherit, this casued the package to patch nothing.
*confix-2.3.0-r3 (13 Jul 2010)
*confix-2.1.0-r4 (13 Jul 2010)
diff --git a/dev-util/confix/confix-2.3.0-r3.ebuild b/dev-util/confix/confix-2.3.0-r3.ebuild
index 41f44e1a71ef..9e850ca48345 100644
--- a/dev-util/confix/confix-2.3.0-r3.ebuild
+++ b/dev-util/confix/confix-2.3.0-r3.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.3.0-r3.ebuild,v 1.1 2010/07/13 11:57:23 mduft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/confix/confix-2.3.0-r3.ebuild,v 1.2 2010/07/28 12:56:32 flameeyes Exp $
-inherit distutils
+inherit distutils eutils
DESCRIPTION="Confix: A Build Tool on Top of GNU Automake"
HOMEPAGE="http://confix.sourceforge.net"