diff options
-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 |