diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-02-02 11:08:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-02-02 11:08:13 +0000 |
commit | 6d66c1cf6c66a4d2dd1740d04869ae4fcd747a98 (patch) | |
tree | 323603fc8a061031983390b0805c1b8381df6a3b /media-gfx/qrencode | |
parent | Stable for alpha, wrt bug #487344 (diff) | |
download | gentoo-2-6d66c1cf6c66a4d2dd1740d04869ae4fcd747a98.tar.gz gentoo-2-6d66c1cf6c66a4d2dd1740d04869ae4fcd747a98.tar.bz2 gentoo-2-6d66c1cf6c66a4d2dd1740d04869ae4fcd747a98.zip |
Stable for alpha, wrt bug #487344
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", 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 4820019149a6..ac3261854bcf 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.42 2014/01/19 10:49:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/ChangeLog,v 1.43 2014/02/02 11:08:13 ago Exp $ + + 02 Feb 2014; Agostino Sarubbo <ago@gentoo.org> qrencode-3.3.1.ebuild: + Stable for alpha, wrt bug #487344 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qrencode-3.3.1.ebuild: Stable for sparc, wrt bug #498496 diff --git a/media-gfx/qrencode/qrencode-3.3.1.ebuild b/media-gfx/qrencode/qrencode-3.3.1.ebuild index 8a1fae45d85e..6d3fd1e3b8fe 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.11 2014/01/19 10:49:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/qrencode-3.3.1.ebuild,v 1.12 2014/02/02 11:08:13 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 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="media-libs/libpng" |