diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:08 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:08 +0000 |
commit | 6e1a82be96f2730bb6c35091c9134a039611a2b7 (patch) | |
tree | 05bd4de8d4341aed486056b681ba6640002c7946 /app-admin/usbview | |
parent | updating bb when I should be asleep (diff) | |
download | historical-6e1a82be96f2730bb6c35091c9134a039611a2b7.tar.gz historical-6e1a82be96f2730bb6c35091c9134a039611a2b7.tar.bz2 historical-6e1a82be96f2730bb6c35091c9134a039611a2b7.zip |
gtk 1.2 dependency listing fixes
Diffstat (limited to 'app-admin/usbview')
-rw-r--r-- | app-admin/usbview/usbview-1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/usbview/usbview-1.0-r1.ebuild b/app-admin/usbview/usbview-1.0-r1.ebuild index b7912cebcd49..9486585bc7a5 100644 --- a/app-admin/usbview/usbview-1.0-r1.ebuild +++ b/app-admin/usbview/usbview-1.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-admin/usbview/usbview-1.0-r1.ebuild,v 1.2 2001/11/10 02:30:19 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/usbview/usbview-1.0-r1.ebuild,v 1.3 2002/05/23 06:50:08 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Display the topology of devices on the USB bus" @@ -9,7 +9,7 @@ SRC_URI="http://www.kroah.com/linux-usb/${P}.tar.gz" HOMEPAGE="http://www.kroah.com/linux-usb/" DEPEND="virtual/glibc - >=x11-libs/gtk+-1.2.10-r4" + =x11-libs/gtk+-1.2*" src_compile() { |