diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-06-27 03:29:57 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-06-27 03:29:57 +0000 |
commit | b2c8edbbf551bd9b822476e0d280419d7d84c6cf (patch) | |
tree | b726942b772b618ad568e0351bc0bd92e189b701 | |
parent | Missing optional dep. (diff) | |
download | gentoo-2-b2c8edbbf551bd9b822476e0d280419d7d84c6cf.tar.gz gentoo-2-b2c8edbbf551bd9b822476e0d280419d7d84c6cf.tar.bz2 gentoo-2-b2c8edbbf551bd9b822476e0d280419d7d84c6cf.zip |
Add ~arm keyword, wrt bug #474022, thanks to Michael Kurinnoy <viewizard AT viewizard.com>
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
-rw-r--r-- | dev-vcs/qgit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/qgit/qgit-2.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-vcs/qgit/ChangeLog b/dev-vcs/qgit/ChangeLog index 23a68cce9e47..96d620bf0aa4 100644 --- a/dev-vcs/qgit/ChangeLog +++ b/dev-vcs/qgit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/qgit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v 1.14 2013/03/08 08:23:07 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v 1.15 2013/06/27 03:29:57 pinkbyte Exp $ + + 27 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> qgit-2.5.ebuild: + Add ~arm keyword, wrt bug #474022, thanks to Michael Kurinnoy <viewizard AT + viewizard.com> 08 Mar 2013; Davide Pesavento <pesa@gentoo.org> -qgit-2.4.ebuild: Remove old. diff --git a/dev-vcs/qgit/qgit-2.5.ebuild b/dev-vcs/qgit/qgit-2.5.ebuild index a36450225082..d018d5ced281 100644 --- a/dev-vcs/qgit/qgit-2.5.ebuild +++ b/dev-vcs/qgit/qgit-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.5.ebuild,v 1.5 2013/03/02 21:08:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.5.ebuild,v 1.6 2013/06/27 03:29:57 pinkbyte Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://libre.tibirna.org/attachments/download/9/${P}.tar.gz" LICENSE="GPL-2" SLOT="2" -KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" DEPEND="dev-qt/qtgui:4" |