diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-07 13:20:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-07 13:20:48 +0000 |
commit | 69059dcd81a4b55fe6f42c412c0e53a7bb077c7e (patch) | |
tree | 799f743dd7d93b9fbdb3bec47864120086811b19 /app-mobilephone | |
parent | Switch to EAPI 4. (diff) | |
download | historical-69059dcd81a4b55fe6f42c412c0e53a7bb077c7e.tar.gz historical-69059dcd81a4b55fe6f42c412c0e53a7bb077c7e.tar.bz2 historical-69059dcd81a4b55fe6f42c412c0e53a7bb077c7e.zip |
Upstream has converted to libusb-1.
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/dfu-util/ChangeLog | 5 | ||||
-rw-r--r-- | app-mobilephone/dfu-util/dfu-util-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-mobilephone/dfu-util/ChangeLog b/app-mobilephone/dfu-util/ChangeLog index 36243d97dd5c..4ad983e84660 100644 --- a/app-mobilephone/dfu-util/ChangeLog +++ b/app-mobilephone/dfu-util/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-mobilephone/dfu-util # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/dfu-util/ChangeLog,v 1.3 2011/02/09 16:12:37 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/dfu-util/ChangeLog,v 1.4 2011/08/07 13:20:48 vapier Exp $ + + 07 Aug 2011; Mike Frysinger <vapier@gentoo.org> dfu-util-9999.ebuild: + Upstream has converted to libusb-1. *dfu-util-0.1 (05 Jun 2010) diff --git a/app-mobilephone/dfu-util/dfu-util-9999.ebuild b/app-mobilephone/dfu-util/dfu-util-9999.ebuild index 46d39f2e7ce7..71688820d59d 100644 --- a/app-mobilephone/dfu-util/dfu-util-9999.ebuild +++ b/app-mobilephone/dfu-util/dfu-util-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/dfu-util/dfu-util-9999.ebuild,v 1.1 2010/06/05 19:25:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/dfu-util/dfu-util-9999.ebuild,v 1.2 2011/08/07 13:20:48 vapier Exp $ EAPI="2" @@ -21,7 +21,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -DEPEND="virtual/libusb:0" +DEPEND="virtual/libusb:1" RDEPEND="${DEPEND}" src_prepare() { |