diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-05-16 09:24:27 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-05-16 09:24:27 +0000 |
commit | b3e223a9ec9f1372ee4205af3171d8aca20b6e66 (patch) | |
tree | 93a71c30e35a130fda77864414441ca62eca072b /app-misc/logitech-applet/logitech-applet-0.4_pre1-r2.ebuild | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-b3e223a9ec9f1372ee4205af3171d8aca20b6e66.tar.gz gentoo-2-b3e223a9ec9f1372ee4205af3171d8aca20b6e66.tar.bz2 gentoo-2-b3e223a9ec9f1372ee4205af3171d8aca20b6e66.zip |
Migration to virtual/libusb. Verified by code inspection.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/logitech-applet/logitech-applet-0.4_pre1-r2.ebuild')
-rw-r--r-- | app-misc/logitech-applet/logitech-applet-0.4_pre1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/logitech-applet/logitech-applet-0.4_pre1-r2.ebuild b/app-misc/logitech-applet/logitech-applet-0.4_pre1-r2.ebuild index 9f74c093342d..9caa2a37a9e0 100644 --- a/app-misc/logitech-applet/logitech-applet-0.4_pre1-r2.ebuild +++ b/app-misc/logitech-applet/logitech-applet-0.4_pre1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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/logitech-applet/logitech-applet-0.4_pre1-r2.ebuild,v 1.3 2006/08/09 05:41:14 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/logitech-applet/logitech-applet-0.4_pre1-r2.ebuild,v 1.4 2009/05/16 09:24:27 robbat2 Exp $ inherit eutils @@ -18,7 +18,7 @@ KEYWORDS="amd64 x86" IUSE="" DEPEND="virtual/libc - dev-libs/libusb" + =virtual/libusb-0*" S="${WORKDIR}/${MY_P}" |