From 1a6c3f08d153aafd0cc4e097bc36a13d3696cc40 Mon Sep 17 00:00:00 2001 From: Olivier CrĂȘte Date: Fri, 18 Jul 2003 20:39:54 +0000 Subject: hwsetup doesnt work with kudzu > 1.0 --- sys-apps/hwsetup/ChangeLog | 5 ++++- sys-apps/hwsetup/Manifest | 4 ++-- sys-apps/hwsetup/hwsetup-1.0.ebuild | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) (limited to 'sys-apps/hwsetup') diff --git a/sys-apps/hwsetup/ChangeLog b/sys-apps/hwsetup/ChangeLog index 919d88d48e16..8d0b2b78ecad 100644 --- a/sys-apps/hwsetup/ChangeLog +++ b/sys-apps/hwsetup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hwsetup # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.2 2003/04/22 10:26:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.3 2003/07/18 20:39:49 tester Exp $ + + 18 Jul 2003; Olivier Crete hwsetup-1.0.ebuild: + Wont work with kudzu > 1.0 *hwsetup-1.0 (02 March 2003) diff --git a/sys-apps/hwsetup/Manifest b/sys-apps/hwsetup/Manifest index d0e66250512e..4c8f4c41a4bd 100644 --- a/sys-apps/hwsetup/Manifest +++ b/sys-apps/hwsetup/Manifest @@ -1,3 +1,3 @@ -MD5 7a519f1641bfccafe23e60fd66b62da3 ChangeLog 304 -MD5 8117e34b8075cff5115008b17968a4bb hwsetup-1.0.ebuild 658 +MD5 d28ed2540a0608ad9dfe04fd683bf5a3 hwsetup-1.0.ebuild 662 +MD5 cea0104740ef4d5fb4b3850c775f7507 ChangeLog 403 MD5 18324d6193e384c0a380ffb3901509dd files/digest-hwsetup-1.0 63 diff --git a/sys-apps/hwsetup/hwsetup-1.0.ebuild b/sys-apps/hwsetup/hwsetup-1.0.ebuild index a75345df2d19..b05dde6fcf45 100644 --- a/sys-apps/hwsetup/hwsetup-1.0.ebuild +++ b/sys-apps/hwsetup/hwsetup-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.0.ebuild,v 1.4 2003/06/21 21:19:40 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.0.ebuild,v 1.5 2003/07/18 20:39:49 tester Exp $ S=${WORKDIR}/${P} DESCRIPTION="Hardware setup program" @@ -11,7 +11,7 @@ KEYWORDS="x86 amd64 -ppc -sparc -alpha -mips" SLOT="0" LICENSE="GPL-2" -DEPEND="sys-apps/kudzu" +DEPEND="<=sys-apps/kudzu-1.0" RDEPEND="virtual/glibc" src_unpack() { unpack ${A} -- cgit v1.2.3-65-gdbad