summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-vcs/qgit/ChangeLog6
-rw-r--r--dev-vcs/qgit/qgit-2.5.ebuild4
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"