diff options
author | 2012-05-21 19:28:56 +0000 | |
---|---|---|
committer | 2012-05-21 19:28:56 +0000 | |
commit | e003328ad1d7128b540ab14eb141d183769f5ea1 (patch) | |
tree | 256a2592bf1bf1631d54ac2ab2ebf85bfc8cc1f7 /sys-fs/ocfs2-tools | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-e003328ad1d7128b540ab14eb141d183769f5ea1.tar.gz gentoo-2-e003328ad1d7128b540ab14eb141d183769f5ea1.tar.bz2 gentoo-2-e003328ad1d7128b540ab14eb141d183769f5ea1.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/ocfs2-tools')
-rw-r--r-- | sys-fs/ocfs2-tools/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ocfs2-tools/ChangeLog b/sys-fs/ocfs2-tools/ChangeLog index 6a34205b2a01..3e81d7f74d28 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.10 2012/05/05 15:33:57 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog,v 1.11 2012/05/21 19:28:56 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> ocfs2-tools-1.8.2.ebuild: + Add missing inheritance of eutils.eclass 05 May 2012; Alexey Shvetsov <alexxy@gentoo.org> ocfs2-tools-1.8.2.ebuild: [sys-fs/ocfs2-tools] Ohh git genearted snapshots may have different diff --git a/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild b/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild index f725f78b4f5a..8abf45b074ab 100644 --- a/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild +++ b/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.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.8.2.ebuild,v 1.2 2012/05/05 15:33:57 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.8.2.ebuild,v 1.3 2012/05/21 19:28:56 xarthisius Exp $ EAPI=4 PYTHON_DEPEND="gtk? 2" -inherit autotools python +inherit autotools eutils python DESCRIPTION="Support programs for the Oracle Cluster Filesystem 2" HOMEPAGE="http://oss.oracle.com/projects/ocfs2-tools/" |