diff options
author | Christian Birchinger <joker@gentoo.org> | 2013-10-23 13:37:04 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2013-10-23 13:37:04 +0000 |
commit | 14805e90b0f9f89be2d9638c6d338999ba647e1a (patch) | |
tree | f7de51825202f7e35b8f5a3c688817305978568a /media-gfx | |
parent | Remove old versions (diff) | |
download | gentoo-2-14805e90b0f9f89be2d9638c6d338999ba647e1a.tar.gz gentoo-2-14805e90b0f9f89be2d9638c6d338999ba647e1a.tar.bz2 gentoo-2-14805e90b0f9f89be2d9638c6d338999ba647e1a.zip |
No reason for a ~x86-fbsd drop found, re-adding keyword
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x0151863A67652900!)
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 1cf7a5c03703..27121c3550be 100644 --- a/media-gfx/qrencode/ChangeLog +++ b/media-gfx/qrencode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/qrencode # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/ChangeLog,v 1.37 2013/10/23 13:33:09 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/ChangeLog,v 1.38 2013/10/23 13:37:04 joker Exp $ + + 23 Oct 2013; Christian Birchinger <joker@gentoo.org> qrencode-3.4.3.ebuild: + No reason for a ~x86-fbsd drop found, re-adding keyword 23 Oct 2013; Christian Birchinger <joker@gentoo.org> -qrencode-3.4.1.ebuild, -qrencode-3.4.2.ebuild: diff --git a/media-gfx/qrencode/qrencode-3.4.3.ebuild b/media-gfx/qrencode/qrencode-3.4.3.ebuild index e6f7e99fc457..a8d41b335105 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-2013 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.1 2013/08/22 13:08:09 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/qrencode-3.4.3.ebuild,v 1.2 2013/10/23 13:37:04 joker 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 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" RDEPEND="media-libs/libpng" |