diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-22 19:06:43 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-22 19:06:43 +0000 |
commit | 0e418a53ce2c9299debd0cc204fb5e7433e79972 (patch) | |
tree | 08f371d1a624e2cb93736e546b5a97510694c189 /sys-apps/hwsetup | |
parent | Remove sys-libs/libsystem per bug #70771 (diff) | |
download | gentoo-2-0e418a53ce2c9299debd0cc204fb5e7433e79972.tar.gz gentoo-2-0e418a53ce2c9299debd0cc204fb5e7433e79972.tar.bz2 gentoo-2-0e418a53ce2c9299debd0cc204fb5e7433e79972.zip |
Make RDEPEND use the DEPEND variable, instead of repeating its contents.
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'sys-apps/hwsetup')
-rw-r--r-- | sys-apps/hwsetup/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hwsetup/hwsetup-1.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-apps/hwsetup/ChangeLog b/sys-apps/hwsetup/ChangeLog index 0ca1d294f020..6841b443f113 100644 --- a/sys-apps/hwsetup/ChangeLog +++ b/sys-apps/hwsetup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hwsetup # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.41 2006/03/31 17:00:53 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.42 2006/06/22 19:06:43 wolf31o2 Exp $ + + 22 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> hwsetup-1.1.ebuild: + Make RDEPEND use the DEPEND variable, instead of repeating its contents. 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> files/hwsetup-1.1-gentoo.patch: diff --git a/sys-apps/hwsetup/hwsetup-1.1.ebuild b/sys-apps/hwsetup/hwsetup-1.1.ebuild index 928b465af1bd..126f14b027d6 100644 --- a/sys-apps/hwsetup/hwsetup-1.1.ebuild +++ b/sys-apps/hwsetup/hwsetup-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.1.ebuild,v 1.13 2006/02/09 19:43:53 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.1.ebuild,v 1.14 2006/06/22 19:06:43 wolf31o2 Exp $ inherit eutils @@ -17,8 +17,7 @@ IUSE="" DEPEND="sys-libs/libkudzu sys-apps/pciutils" -RDEPEND="sys-libs/libkudzu - sys-apps/pciutils +RDEPEND="${DEPEND} || ( sys-apps/hwdata-gentoo sys-apps/hwdata )" |