summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-05-16 09:14:30 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-05-16 09:14:30 +0000
commitf0b1b724404c77cf68076fdfe29ea05832c50349 (patch)
tree2043f8a8004ee01376ae7bdf768673ca3e021917 /app-misc
parentMigration to virtual/libusb. Verified by testing hardware (by Polynomial-C). (diff)
downloadgentoo-2-f0b1b724404c77cf68076fdfe29ea05832c50349.tar.gz
gentoo-2-f0b1b724404c77cf68076fdfe29ea05832c50349.tar.bz2
gentoo-2-f0b1b724404c77cf68076fdfe29ea05832c50349.zip
Migration to virtual/libusb. Verified by testing hardware (by Polynomial-C).
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/razertool/ChangeLog8
-rw-r--r--app-misc/razertool/razertool-0.0.7.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/app-misc/razertool/ChangeLog b/app-misc/razertool/ChangeLog
index fe18a7e8945a..8e6205e29637 100644
--- a/app-misc/razertool/ChangeLog
+++ b/app-misc/razertool/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/razertool
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/razertool/ChangeLog,v 1.3 2008/10/05 13:22:00 gentoofan23 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/razertool/ChangeLog,v 1.4 2009/05/16 09:14:30 robbat2 Exp $
+
+ 16 May 2009; Robin H. Johnson <robbat2@gentoo.org> razertool-0.0.7.ebuild:
+ Migration to virtual/libusb. Verified by testing hardware (by
+ Polynomial-C).
05 Oct 2008; Thomas Anderson <gentoofan23@gentoo.org>
razertool-0.0.7.ebuild:
diff --git a/app-misc/razertool/razertool-0.0.7.ebuild b/app-misc/razertool/razertool-0.0.7.ebuild
index 15aeb5f8daf1..287e5ef71fa7 100644
--- a/app-misc/razertool/razertool-0.0.7.ebuild
+++ b/app-misc/razertool/razertool-0.0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/razertool/razertool-0.0.7.ebuild,v 1.3 2008/10/05 13:22:00 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/razertool/razertool-0.0.7.ebuild,v 1.4 2009/05/16 09:14:30 robbat2 Exp $
inherit eutils
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk hal"
-RDEPEND=">=dev-libs/libusb-0.1.12
+RDEPEND="=virtual/libusb-0*
hal? ( >=sys-apps/hal-0.5.7 )
gtk? (
>=gnome-base/librsvg-2.0