diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-19 10:49:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-19 10:49:21 +0000 |
commit | 15daa6ca0375880112c328baa7a260e945f0f1ae (patch) | |
tree | 4ed73e8b44fabc963cb100d0e0fba096dd933209 /media-gfx/qrencode | |
parent | Stable for ia64, wrt bug #498496 (diff) | |
download | gentoo-2-15daa6ca0375880112c328baa7a260e945f0f1ae.tar.gz gentoo-2-15daa6ca0375880112c328baa7a260e945f0f1ae.tar.bz2 gentoo-2-15daa6ca0375880112c328baa7a260e945f0f1ae.zip |
Stable for sparc, wrt bug #498496
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-gfx/qrencode')
-rw-r--r-- | media-gfx/qrencode/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/qrencode/qrencode-3.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/qrencode/ChangeLog b/media-gfx/qrencode/ChangeLog index 8c682578489b..4820019149a6 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.41 2014/01/19 10:49:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/ChangeLog,v 1.42 2014/01/19 10:49:21 ago Exp $ + + 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qrencode-3.3.1.ebuild: + Stable for sparc, wrt bug #498496 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qrencode-3.3.1.ebuild: Stable for ia64, wrt bug #498496 diff --git a/media-gfx/qrencode/qrencode-3.3.1.ebuild b/media-gfx/qrencode/qrencode-3.3.1.ebuild index c7ab22bb26c7..8a1fae45d85e 100644 --- a/media-gfx/qrencode/qrencode-3.3.1.ebuild +++ b/media-gfx/qrencode/qrencode-3.3.1.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.3.1.ebuild,v 1.10 2014/01/19 10:49:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/qrencode-3.3.1.ebuild,v 1.11 2014/01/19 10:49:21 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://fukuchi.org/works/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 arm ia64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="media-libs/libpng" |