diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-22 16:15:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-22 16:15:08 +0000 |
commit | fd22d655707f176bad2dd5209770f08c3c6f9e60 (patch) | |
tree | a5eb43a6a235e625200ffa5c93b334b8787122b7 /sys-auth | |
parent | Cosmetics to match SLOT0 (diff) | |
download | gentoo-2-fd22d655707f176bad2dd5209770f08c3c6f9e60.tar.gz gentoo-2-fd22d655707f176bad2dd5209770f08c3c6f9e60.tar.bz2 gentoo-2-fd22d655707f176bad2dd5209770f08c3c6f9e60.zip |
Use virtual/libusb instead of dev-libs/libusb.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/ykpers/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/ykpers/ykpers-1.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/ykpers/ChangeLog b/sys-auth/ykpers/ChangeLog index dbf9d227449e..8aa58b89a50e 100644 --- a/sys-auth/ykpers/ChangeLog +++ b/sys-auth/ykpers/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/ykpers # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.2 2012/05/04 18:57:21 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ChangeLog,v 1.3 2012/05/22 16:15:08 ssuominen Exp $ + + 22 May 2012; Samuli Suominen <ssuominen@gentoo.org> ykpers-1.3.4.ebuild: + Use virtual/libusb instead of dev-libs/libusb. 04 May 2012; Jeff Horelick <jdhore@gentoo.org> ykpers-1.3.4.ebuild: dev-util/pkgconfig -> virtual/pkgconfig diff --git a/sys-auth/ykpers/ykpers-1.3.4.ebuild b/sys-auth/ykpers/ykpers-1.3.4.ebuild index 161fa219c6e4..fe27664e436a 100644 --- a/sys-auth/ykpers/ykpers-1.3.4.ebuild +++ b/sys-auth/ykpers/ykpers-1.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.3.4.ebuild,v 1.2 2012/05/04 18:57:21 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.3.4.ebuild,v 1.3 2012/05/22 16:15:08 ssuominen Exp $ EAPI=2 inherit eutils autotools @@ -15,7 +15,7 @@ LICENSE="BSD-2" IUSE="" RDEPEND=">=sys-auth/libyubikey-1.6 - >=dev-libs/libusb-1.0.8" + virtual/libusb:1" DEPEND="${RDEPEND} virtual/pkgconfig" |