diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-24 16:53:21 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-24 16:53:21 +0000 |
commit | af2974858cd453b1bc14f8aa743be66bffa859bf (patch) | |
tree | 90b94f77d074aac7f4f5550042b2b4085a2a4392 /dev-vcs | |
parent | Allow some drivers back in after build fixes. (diff) | |
download | gentoo-2-af2974858cd453b1bc14f8aa743be66bffa859bf.tar.gz gentoo-2-af2974858cd453b1bc14f8aa743be66bffa859bf.tar.bz2 gentoo-2-af2974858cd453b1bc14f8aa743be66bffa859bf.zip |
x86 stable wrt bug #408709
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-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" |