diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-07-27 11:08:52 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-07-27 11:08:52 +0000 |
commit | bab91c8b88bfd827f45737c72a105db5fcb63810 (patch) | |
tree | 4fde6738787e05bda076b07784a7668d888a6652 /media-gfx | |
parent | x86 stable wrt bug #495798 (diff) | |
download | gentoo-2-bab91c8b88bfd827f45737c72a105db5fcb63810.tar.gz gentoo-2-bab91c8b88bfd827f45737c72a105db5fcb63810.tar.bz2 gentoo-2-bab91c8b88bfd827f45737c72a105db5fcb63810.zip |
x86 stable wrt bug #500420
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/qrencode/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/qrencode/qrencode-3.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/qrencode/ChangeLog b/media-gfx/qrencode/ChangeLog index 1639e5280bf5..d887da47abf5 100644 --- a/media-gfx/qrencode/ChangeLog +++ b/media-gfx/qrencode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/qrencode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/ChangeLog,v 1.48 2014/07/17 13:29:55 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/ChangeLog,v 1.49 2014/07/27 11:08:52 phajdan.jr Exp $ + + 26 Jul 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> qrencode-3.4.3.ebuild: + x86 stable wrt bug #500420 17 Jul 2014; Tobias Klausmann <klausman@gentoo.org> qrencode-3.4.3.ebuild: Stable on alpha, bug #500420 diff --git a/media-gfx/qrencode/qrencode-3.4.3.ebuild b/media-gfx/qrencode/qrencode-3.4.3.ebuild index 5108485c697c..2afd502d3362 100644 --- a/media-gfx/qrencode/qrencode-3.4.3.ebuild +++ b/media-gfx/qrencode/qrencode-3.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/qrencode-3.4.3.ebuild,v 1.9 2014/07/17 13:29:55 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/qrencode-3.4.3.ebuild,v 1.10 2014/07/27 11:08:52 phajdan.jr Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://fukuchi.org/works/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="" RDEPEND="media-libs/libpng" |