diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-02-10 03:11:32 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-02-10 03:11:32 +0000 |
commit | 9a6cc1fe8c9f1a1130d406eec3159a759f280b34 (patch) | |
tree | e6b2bf4bcd14757ee6d33c0e4ac945ed8a6ef320 /app-mobilephone/heimdall | |
parent | Add rox-extra/comicthumb to package.mask for removal in 30 days (bug #471548) (diff) | |
download | gentoo-2-9a6cc1fe8c9f1a1130d406eec3159a759f280b34.tar.gz gentoo-2-9a6cc1fe8c9f1a1130d406eec3159a759f280b34.tar.bz2 gentoo-2-9a6cc1fe8c9f1a1130d406eec3159a759f280b34.zip |
Add a comment explaining libusb dep.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-mobilephone/heimdall')
-rw-r--r-- | app-mobilephone/heimdall/ChangeLog | 6 | ||||
-rw-r--r-- | app-mobilephone/heimdall/heimdall-1.4.0.ebuild | 3 | ||||
-rw-r--r-- | app-mobilephone/heimdall/heimdall-9999.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-mobilephone/heimdall/ChangeLog b/app-mobilephone/heimdall/ChangeLog index fc870e0e2956..afb1ca8acf19 100644 --- a/app-mobilephone/heimdall/ChangeLog +++ b/app-mobilephone/heimdall/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2014/02/09 17:34:06 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/ChangeLog,v 1.6 2014/02/10 03:11:32 floppym Exp $ + + 10 Feb 2014; Mike Gilbert <floppym@gentoo.org> heimdall-1.4.0.ebuild, + heimdall-9999.ebuild: + Add a comment explaining libusb dep. 09 Feb 2014; Mike Gilbert <floppym@gentoo.org> heimdall-1.4.0.ebuild, heimdall-9999.ebuild: diff --git a/app-mobilephone/heimdall/heimdall-1.4.0.ebuild b/app-mobilephone/heimdall/heimdall-1.4.0.ebuild index 121da6d3f730..5ff1146d0877 100644 --- a/app-mobilephone/heimdall/heimdall-1.4.0.ebuild +++ b/app-mobilephone/heimdall/heimdall-1.4.0.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-1.4.0.ebuild,v 1.4 2014/02/09 17:34:06 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/heimdall-1.4.0.ebuild,v 1.5 2014/02/10 03:11:32 floppym Exp $ EAPI=5 @@ -23,6 +23,7 @@ LICENSE="MIT" SLOT="0" IUSE="qt4" +# virtual/libusb is not precise enough RDEPEND="|| ( >=dev-libs/libusb-1.0.18:1= dev-libs/libusbx:1= ) qt4? ( dev-qt/qtcore:4= dev-qt/qtgui:4= )" DEPEND="${RDEPEND} diff --git a/app-mobilephone/heimdall/heimdall-9999.ebuild b/app-mobilephone/heimdall/heimdall-9999.ebuild index 2e66ae76c907..ea3dd0cab386 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.4 2014/02/09 17:34:06 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/heimdall-9999.ebuild,v 1.5 2014/02/10 03:11:32 floppym Exp $ EAPI=5 @@ -23,6 +23,7 @@ LICENSE="MIT" SLOT="0" IUSE="qt4" +# virtual/libusb is not precise enough RDEPEND="|| ( >=dev-libs/libusb-1.0.18:1= dev-libs/libusbx:1= ) qt4? ( dev-qt/qtcore:4= dev-qt/qtgui:4= )" DEPEND="${RDEPEND} |