diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:28:55 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:28:55 +0000 |
commit | d848962e350fe674e4f7faffc42166c033b99de5 (patch) | |
tree | bf91435d5bf12bbc37caa2ece13ba1db35a8fa62 /sys-cluster/open-mx | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-d848962e350fe674e4f7faffc42166c033b99de5.tar.gz gentoo-2-d848962e350fe674e4f7faffc42166c033b99de5.tar.bz2 gentoo-2-d848962e350fe674e4f7faffc42166c033b99de5.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/open-mx')
-rw-r--r-- | sys-cluster/open-mx/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/open-mx/open-mx-1.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/open-mx/ChangeLog b/sys-cluster/open-mx/ChangeLog index 85906b911943..cc32fa6633ee 100644 --- a/sys-cluster/open-mx/ChangeLog +++ b/sys-cluster/open-mx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/open-mx # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/open-mx/ChangeLog,v 1.4 2012/04/29 12:39:54 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/open-mx/ChangeLog,v 1.5 2012/05/21 19:28:55 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> open-mx-1.5.2.ebuild: + Add missing inheritance of eutils.eclass *open-mx-1.5.2 (29 Apr 2012) diff --git a/sys-cluster/open-mx/open-mx-1.5.2.ebuild b/sys-cluster/open-mx/open-mx-1.5.2.ebuild index e92347321d8d..fc1d7a2c0ecc 100644 --- a/sys-cluster/open-mx/open-mx-1.5.2.ebuild +++ b/sys-cluster/open-mx/open-mx-1.5.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-cluster/open-mx/open-mx-1.5.2.ebuild,v 1.1 2012/04/29 12:39:54 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/open-mx/open-mx-1.5.2.ebuild,v 1.2 2012/05/21 19:28:55 xarthisius Exp $ EAPI=4 -inherit autotools linux-mod multilib +inherit autotools eutils linux-mod multilib DESCRIPTION="Open-MX - Myrinet Express over Generic Ethernet Hardware" HOMEPAGE="http://open-mx.gforge.inria.fr/" |