diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-25 06:30:10 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-25 06:30:10 +0000 |
commit | ede734331ef5678d74a5da8fec85e2ff1f46201e (patch) | |
tree | ea566046e37bf4b059655028d218ff8822fa03a1 /sys-block | |
parent | Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools. (diff) | |
download | gentoo-2-ede734331ef5678d74a5da8fec85e2ff1f46201e.tar.gz gentoo-2-ede734331ef5678d74a5da8fec85e2ff1f46201e.tar.bz2 gentoo-2-ede734331ef5678d74a5da8fec85e2ff1f46201e.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-block')
-rw-r--r-- | sys-block/open-iscsi/ChangeLog | 8 | ||||
-rw-r--r-- | sys-block/open-iscsi/open-iscsi-2.0.870.3-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-block/open-iscsi/open-iscsi-2.0.871.ebuild | 4 |
4 files changed, 14 insertions, 8 deletions
diff --git a/sys-block/open-iscsi/ChangeLog b/sys-block/open-iscsi/ChangeLog index dcac8795b0e5..9804f7440070 100644 --- a/sys-block/open-iscsi/ChangeLog +++ b/sys-block/open-iscsi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-block/open-iscsi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.42 2012/02/09 09:20:41 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/ChangeLog,v 1.43 2012/02/25 06:30:10 robbat2 Exp $ + + 25 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> + open-iscsi-2.0.870.3-r1.ebuild, open-iscsi-2.0.871-r1.ebuild, + open-iscsi-2.0.871.3.ebuild, open-iscsi-2.0.871.ebuild, + open-iscsi-2.0.872-r1.ebuild, open-iscsi-2.0.872.ebuild: + Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools. *open-iscsi-2.0.872-r1 (09 Feb 2012) diff --git a/sys-block/open-iscsi/open-iscsi-2.0.870.3-r1.ebuild b/sys-block/open-iscsi/open-iscsi-2.0.870.3-r1.ebuild index cbed463b5c0d..96351ac78990 100644 --- a/sys-block/open-iscsi/open-iscsi-2.0.870.3-r1.ebuild +++ b/sys-block/open-iscsi/open-iscsi-2.0.870.3-r1.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-block/open-iscsi/open-iscsi-2.0.870.3-r1.ebuild,v 1.3 2011/06/13 01:47:26 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.870.3-r1.ebuild,v 1.4 2012/02/25 06:30:10 robbat2 Exp $ inherit versionator linux-mod eutils flag-o-matic @@ -14,7 +14,7 @@ KEYWORDS="~x86 ~amd64 ~ppc ~mips" IUSE="modules utils debug" DEPEND="virtual/linux-sources" RDEPEND="${DEPEND} - sys-apps/module-init-tools + virtual/modutils sys-apps/util-linux" S="${WORKDIR}/${MY_PV}" diff --git a/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild b/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild index 9d06bdc2a9f1..c83134352a29 100644 --- a/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild +++ b/sys-block/open-iscsi/open-iscsi-2.0.871-r1.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-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild,v 1.8 2011/11/05 23:03:00 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871-r1.ebuild,v 1.9 2012/02/25 06:30:10 robbat2 Exp $ EAPI=2 inherit versionator linux-info eutils flag-o-matic diff --git a/sys-block/open-iscsi/open-iscsi-2.0.871.ebuild b/sys-block/open-iscsi/open-iscsi-2.0.871.ebuild index 8acf6859c826..e7b555956242 100644 --- a/sys-block/open-iscsi/open-iscsi-2.0.871.ebuild +++ b/sys-block/open-iscsi/open-iscsi-2.0.871.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-block/open-iscsi/open-iscsi-2.0.871.ebuild,v 1.4 2011/11/05 23:03:00 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/open-iscsi/open-iscsi-2.0.871.ebuild,v 1.5 2012/02/25 06:30:10 robbat2 Exp $ inherit versionator linux-mod eutils flag-o-matic |