diff options
-rw-r--r-- | dev-vcs/qgit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/qgit/qgit-2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/qgit/ChangeLog b/dev-vcs/qgit/ChangeLog index dfdeb056582a..b7b17eecd0b2 100644 --- a/dev-vcs/qgit/ChangeLog +++ b/dev-vcs/qgit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/qgit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v 1.4 2012/03/20 08:24:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/ChangeLog,v 1.5 2012/03/24 16:53:21 phajdan.jr Exp $ + + 24 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> qgit-2.4.ebuild: + x86 stable wrt bug #408709 20 Mar 2012; Agostino Sarubbo <ago@gentoo.org> qgit-2.4.ebuild: Stable for amd64, wrt bug #408709 diff --git a/dev-vcs/qgit/qgit-2.4.ebuild b/dev-vcs/qgit/qgit-2.4.ebuild index e5d72b6af96a..697feea04b8e 100644 --- a/dev-vcs/qgit/qgit-2.4.ebuild +++ b/dev-vcs/qgit/qgit-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.4.ebuild,v 1.2 2012/03/20 08:24:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qgit/qgit-2.4.ebuild,v 1.3 2012/03/24 16:53:21 phajdan.jr Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="2" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" DEPEND="x11-libs/qt-gui:4" |