diff options
author | 2014-01-02 15:24:25 +0000 | |
---|---|---|
committer | 2014-01-02 15:24:25 +0000 | |
commit | eb5d03a46bc678f7d84f64c73da4acbf7b8057a3 (patch) | |
tree | c1e03d69289b9434a4bf7046b23a03e943598c50 /app-mobilephone | |
parent | Shortened DESCRIPTION. Revision bump: EAPI 5, changed src_prepare to java_pre... (diff) | |
download | gentoo-2-eb5d03a46bc678f7d84f64c73da4acbf7b8057a3.tar.gz gentoo-2-eb5d03a46bc678f7d84f64c73da4acbf7b8057a3.tar.bz2 gentoo-2-eb5d03a46bc678f7d84f64c73da4acbf7b8057a3.zip |
Document reason for depending on libusbx, bug 496794.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/heimdall/ChangeLog | 8 | ||||
-rw-r--r-- | app-mobilephone/heimdall/heimdall-1.4.0.ebuild | 5 | ||||
-rw-r--r-- | app-mobilephone/heimdall/heimdall-9999.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/app-mobilephone/heimdall/ChangeLog b/app-mobilephone/heimdall/ChangeLog index 288811fc7d2a..6aa9970d2657 100644 --- a/app-mobilephone/heimdall/ChangeLog +++ b/app-mobilephone/heimdall/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/heimdall -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/ChangeLog,v 1.1 2013/08/18 20:56:03 floppym Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/ChangeLog,v 1.2 2014/01/02 15:24:25 floppym Exp $ + + 02 Jan 2014; Mike Gilbert <floppym@gentoo.org> heimdall-1.4.0.ebuild, + heimdall-9999.ebuild: + Document reason for depending on libusbx, bug 496794. *heimdall-1.4.0 (18 Aug 2013) *heimdall-9999 (18 Aug 2013) diff --git a/app-mobilephone/heimdall/heimdall-1.4.0.ebuild b/app-mobilephone/heimdall/heimdall-1.4.0.ebuild index b9c9ff247bd7..1c87fc1a8611 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-2013 Gentoo Foundation +# 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.1 2013/08/18 20:56:03 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/heimdall-1.4.0.ebuild,v 1.2 2014/01/02 15:24:25 floppym Exp $ EAPI=5 @@ -23,6 +23,7 @@ LICENSE="MIT" SLOT="0" IUSE="qt4" +# Fails to build with dev-libs/libusb due to missing macros. RDEPEND="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 70bb68ad85ec..9406ec779e95 100644 --- a/app-mobilephone/heimdall/heimdall-9999.ebuild +++ b/app-mobilephone/heimdall/heimdall-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.1 2013/08/18 20:56:03 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/heimdall/heimdall-9999.ebuild,v 1.2 2014/01/02 15:24:25 floppym Exp $ EAPI=5 @@ -23,6 +23,7 @@ LICENSE="MIT" SLOT="0" IUSE="qt4" +# Fails to build with dev-libs/libusb due to missing macros. RDEPEND="dev-libs/libusbx:1= qt4? ( dev-qt/qtcore:4= dev-qt/qtgui:4= )" DEPEND="${RDEPEND} |