diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-12-17 09:07:29 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-12-17 09:07:29 +0000 |
commit | d328d835f0166a797c10a4c9fc9935b1cce316ce (patch) | |
tree | 548386fdd034b302382073bdeef3c265dcf0dc81 /app-mobilephone | |
parent | Restore mysteriously dropped keywords. (diff) | |
download | gentoo-2-d328d835f0166a797c10a4c9fc9935b1cce316ce.tar.gz gentoo-2-d328d835f0166a797c10a4c9fc9935b1cce316ce.tar.bz2 gentoo-2-d328d835f0166a797c10a4c9fc9935b1cce316ce.zip |
Fixed removal of libusb (bug #532756)
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/heimdall/ChangeLog | 5 | ||||
-rw-r--r-- | app-mobilephone/heimdall/heimdall-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-mobilephone/heimdall/ChangeLog b/app-mobilephone/heimdall/ChangeLog index 159dedb21b5a..888aa3501503 100644 --- a/app-mobilephone/heimdall/ChangeLog +++ b/app-mobilephone/heimdall/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-mobilephone/heimdall # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/ChangeLog,v 1.9 2014/06/02 22:45:10 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/ChangeLog,v 1.10 2014/12/17 09:07:29 polynomial-c Exp $ + + 17 Dec 2014; Lars Wendler <polynomial-c@gentoo.org> heimdall-9999.ebuild: + Fixed removal of libusb (bug #532756). *heimdall-1.4.1 (02 Jun 2014) diff --git a/app-mobilephone/heimdall/heimdall-9999.ebuild b/app-mobilephone/heimdall/heimdall-9999.ebuild index 14f2f2d5a8cb..6a7b3b241f2b 100644 --- a/app-mobilephone/heimdall/heimdall-9999.ebuild +++ b/app-mobilephone/heimdall/heimdall-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/heimdall-9999.ebuild,v 1.6 2014/03/24 17:48:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/heimdall-9999.ebuild,v 1.7 2014/12/17 09:07:29 polynomial-c Exp $ EAPI=5 @@ -30,7 +30,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { - rm -r libusbx-1.0 || die + rm -r libusb-1.0 || die cd "${S}/heimdall" || die edos2unix configure.ac Makefile.am || die sed -i -e /sudo/d Makefile.am || die |