summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-05-24 04:13:39 +0000
committerMike Frysinger <vapier@gentoo.org>2012-05-24 04:13:39 +0000
commit520174cc7f063b8aea9fa9002707066a6bfdb276 (patch)
tree368c5f51dae714ef15e01f404f0faff5299a65aa /sys-fs/ocfs2-tools
parentInherit user for enewuser/etc... (diff)
downloadgentoo-2-520174cc7f063b8aea9fa9002707066a6bfdb276.tar.gz
gentoo-2-520174cc7f063b8aea9fa9002707066a6bfdb276.tar.bz2
gentoo-2-520174cc7f063b8aea9fa9002707066a6bfdb276.zip
Inherit eutils for epatch.
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/ocfs2-tools')
-rw-r--r--sys-fs/ocfs2-tools/ChangeLog5
-rw-r--r--sys-fs/ocfs2-tools/ocfs2-tools-1.6.4-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ocfs2-tools/ChangeLog b/sys-fs/ocfs2-tools/ChangeLog
index 3e81d7f74d28..25afff8d2b36 100644
--- a/sys-fs/ocfs2-tools/ChangeLog
+++ b/sys-fs/ocfs2-tools/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/ocfs2-tools
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog,v 1.11 2012/05/21 19:28:56 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog,v 1.12 2012/05/24 04:13:39 vapier Exp $
+
+ 24 May 2012; Mike Frysinger <vapier@gentoo.org> ocfs2-tools-1.6.4-r1.ebuild:
+ Inherit eutils for epatch.
21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> ocfs2-tools-1.8.2.ebuild:
Add missing inheritance of eutils.eclass
diff --git a/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4-r1.ebuild b/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4-r1.ebuild
index 9ba6562d8c30..f2f4ab890f24 100644
--- a/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4-r1.ebuild
+++ b/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4-r1.ebuild,v 1.2 2012/05/05 12:59:47 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.6.4-r1.ebuild,v 1.3 2012/05/24 04:13:39 vapier Exp $
EAPI=4
PYTHON_DEPEND="gtk? 2"
-inherit autotools python versionator
+inherit autotools eutils python versionator
DESCRIPTION="Support programs for the Oracle Cluster Filesystem 2"
HOMEPAGE="http://oss.oracle.com/projects/ocfs2-tools/"