diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-25 06:29:00 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-25 06:29:00 +0000 |
commit | 64b02076002ca8c53b3b9864036f150bf5d014e6 (patch) | |
tree | bc351da1444d906f0fbecc4697fabbead2ae334a /sys-cluster/open-mx | |
parent | Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools. (diff) | |
download | gentoo-2-64b02076002ca8c53b3b9864036f150bf5d014e6.tar.gz gentoo-2-64b02076002ca8c53b3b9864036f150bf5d014e6.tar.bz2 gentoo-2-64b02076002ca8c53b3b9864036f150bf5d014e6.zip |
Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools.
(Portage version: 2.2.0_alpha87/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.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-cluster/open-mx/ChangeLog b/sys-cluster/open-mx/ChangeLog index d496b047ec6f..97e34646eba7 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.2 2012/02/17 19:28:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/open-mx/ChangeLog,v 1.3 2012/02/25 06:29:00 robbat2 Exp $ + + 25 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> open-mx-1.5.0.ebuild: + Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools. 17 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> -open-mx-1.4.0.ebuild: Drop old as sources were removed upstream diff --git a/sys-cluster/open-mx/open-mx-1.5.0.ebuild b/sys-cluster/open-mx/open-mx-1.5.0.ebuild index 549a6ec80ba3..3d39d979ed77 100644 --- a/sys-cluster/open-mx/open-mx-1.5.0.ebuild +++ b/sys-cluster/open-mx/open-mx-1.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.0.ebuild,v 1.1 2011/08/31 18:34:14 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/open-mx/open-mx-1.5.0.ebuild,v 1.2 2012/02/25 06:29:00 robbat2 Exp $ EAPI=4 @@ -20,7 +20,7 @@ DEPEND=" virtual/linux-sources" RDEPEND=" sys-apps/hwloc - sys-apps/module-init-tools" + virtual/modutils" MODULE_NAMES="open-mx(misc:${S}/driver/linux)" BUILD_TARGETS="all" |