diff options
Diffstat (limited to 'media-gfx/qrencode/qrencode-3.3.1.ebuild')
-rw-r--r-- | media-gfx/qrencode/qrencode-3.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/qrencode/qrencode-3.3.1.ebuild b/media-gfx/qrencode/qrencode-3.3.1.ebuild index cb302e8a4547..59094c9aca7f 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-2012 Gentoo Foundation +# 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.3.1.ebuild,v 1.5 2012/10/21 00:05:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/qrencode-3.3.1.ebuild,v 1.6 2013/02/07 00:59:46 naota 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 x86" +KEYWORDS="amd64 arm ppc x86 ~x86-fbsd" IUSE="" RDEPEND="media-libs/libpng" |