diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-25 06:45:07 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-25 06:45:07 +0000 |
commit | dfdedbdb53162ecff011a6b8072dc09342441ea4 (patch) | |
tree | ca7ffa56c01325a656fa84df64f21f0ff0b19d70 /sys-apps/hwdata-redhat | |
parent | Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools. (diff) | |
download | gentoo-2-dfdedbdb53162ecff011a6b8072dc09342441ea4.tar.gz gentoo-2-dfdedbdb53162ecff011a6b8072dc09342441ea4.tar.bz2 gentoo-2-dfdedbdb53162ecff011a6b8072dc09342441ea4.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-apps/hwdata-redhat')
-rw-r--r-- | sys-apps/hwdata-redhat/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/hwdata-redhat/hwdata-redhat-0.187.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-apps/hwdata-redhat/ChangeLog b/sys-apps/hwdata-redhat/ChangeLog index 5701069b0d45..1c6d90ef16da 100644 --- a/sys-apps/hwdata-redhat/ChangeLog +++ b/sys-apps/hwdata-redhat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/hwdata-redhat -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwdata-redhat/ChangeLog,v 1.6 2011/12/21 08:16:22 floppym Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwdata-redhat/ChangeLog,v 1.7 2012/02/25 06:45:07 robbat2 Exp $ + + 25 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> hwdata-redhat-0.187.ebuild, + hwdata-redhat-0.217.ebuild: + Bug #405687: Depend on virtual/modutils instead of sys-apps/module-init-tools. 21 Dec 2011; Mike Gilbert <floppym@gentoo.org> +files/hwdata-redhat-0.217-python-3.patch, hwdata-redhat-0.217.ebuild: diff --git a/sys-apps/hwdata-redhat/hwdata-redhat-0.187.ebuild b/sys-apps/hwdata-redhat/hwdata-redhat-0.187.ebuild index 3a72228edec5..29b0dc2a14a9 100644 --- a/sys-apps/hwdata-redhat/hwdata-redhat-0.187.ebuild +++ b/sys-apps/hwdata-redhat/hwdata-redhat-0.187.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwdata-redhat/hwdata-redhat-0.187.ebuild,v 1.2 2006/09/08 19:35:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwdata-redhat/hwdata-redhat-0.187.ebuild,v 1.3 2012/02/25 06:45:07 robbat2 Exp $ inherit flag-o-matic rpm @@ -16,7 +16,7 @@ LICENSE="GPL-2 MIT" SLOT="0" KEYWORDS="~ppc ~ppc64 ~x86" IUSE="" -RDEPEND=">=sys-apps/module-init-tools-3.2 +RDEPEND="virtual/modutils !sys-apps/hwdata-gentoo" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" diff --git a/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild b/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild index ff3edd25b963..c40729e6c0ec 100644 --- a/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild +++ b/sys-apps/hwdata-redhat/hwdata-redhat-0.217.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-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild,v 1.2 2011/12/21 08:16:22 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwdata-redhat/hwdata-redhat-0.217.ebuild,v 1.3 2012/02/25 06:45:07 robbat2 Exp $ inherit eutils flag-o-matic rpm @@ -18,7 +18,7 @@ LICENSE="GPL-2 MIT" SLOT="0" KEYWORDS="~ppc ~ppc64 ~x86 ~amd64" IUSE="test" -RDEPEND=">=sys-apps/module-init-tools-3.2 +RDEPEND="virtual/modutils !sys-apps/hwdata-gentoo" DEPEND="${RDEPEND} test? ( sys-apps/pciutils )" |