diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-22 16:31:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-22 16:31:30 +0000 |
commit | ed44da65b24c663f2c6980465b83c45791624fb6 (patch) | |
tree | a87cbf62edd9b3b221a1bdb3b66981872eda57b9 /sys-fs/owfs | |
parent | Add an explicit dependency over libpostproc. (diff) | |
download | gentoo-2-ed44da65b24c663f2c6980465b83c45791624fb6.tar.gz gentoo-2-ed44da65b24c663f2c6980465b83c45791624fb6.tar.bz2 gentoo-2-ed44da65b24c663f2c6980465b83c45791624fb6.zip |
Use virtual/libusb instead of dev-libs/libusb.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/owfs')
-rw-r--r-- | sys-fs/owfs/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/owfs/owfs-2.7_p21-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/owfs/owfs-2.7_p21.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-fs/owfs/ChangeLog b/sys-fs/owfs/ChangeLog index c5567a3a9292..d1e1c892998a 100644 --- a/sys-fs/owfs/ChangeLog +++ b/sys-fs/owfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/owfs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.18 2012/05/20 16:31:35 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.19 2012/05/22 16:31:29 ssuominen Exp $ + + 22 May 2012; Samuli Suominen <ssuominen@gentoo.org> owfs-2.7_p21.ebuild, + owfs-2.7_p21-r1.ebuild: + Use virtual/libusb instead of dev-libs/libusb. *owfs-2.7_p21-r1 (20 May 2012) diff --git a/sys-fs/owfs/owfs-2.7_p21-r1.ebuild b/sys-fs/owfs/owfs-2.7_p21-r1.ebuild index 5397a9d7076d..723a3fee6f80 100644 --- a/sys-fs/owfs/owfs-2.7_p21-r1.ebuild +++ b/sys-fs/owfs/owfs-2.7_p21-r1.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-fs/owfs/owfs-2.7_p21-r1.ebuild,v 1.1 2012/05/20 16:31:35 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r1.ebuild,v 1.2 2012/05/22 16:31:29 ssuominen Exp $ EAPI="2" PYTHON_DEPEND="python? 2" @@ -19,7 +19,7 @@ RDEPEND="fuse? ( sys-fs/fuse ) perl? ( dev-lang/perl ) php? ( dev-lang/php ) tcl? ( dev-lang/tcl ) - usb? ( dev-libs/libusb ) + usb? ( virtual/libusb ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] )" DEPEND="${RDEPEND} perl? ( dev-lang/swig ) diff --git a/sys-fs/owfs/owfs-2.7_p21.ebuild b/sys-fs/owfs/owfs-2.7_p21.ebuild index 64f14d450434..fb8dda33e7da 100644 --- a/sys-fs/owfs/owfs-2.7_p21.ebuild +++ b/sys-fs/owfs/owfs-2.7_p21.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-fs/owfs/owfs-2.7_p21.ebuild,v 1.6 2012/04/02 22:21:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p21.ebuild,v 1.7 2012/05/22 16:31:30 ssuominen Exp $ EAPI="2" PYTHON_DEPEND="python? 2" @@ -19,7 +19,7 @@ RDEPEND="fuse? ( sys-fs/fuse ) perl? ( dev-lang/perl ) php? ( dev-lang/php ) tcl? ( dev-lang/tcl ) - usb? ( dev-libs/libusb ) + usb? ( virtual/libusb ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] )" DEPEND="${RDEPEND} perl? ( dev-lang/swig ) |