From 666947a3a77cd03c4e8e6c1a308a10e609a9d7fb Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 7 Jan 2018 15:25:41 +0100 Subject: media-libs/stimg: Drop linguas_ja flag. README.ja is tiny (1255 bytes), so install it unconditionally. Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- media-libs/stimg/stimg-0.1.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'media-libs/stimg') diff --git a/media-libs/stimg/stimg-0.1.0.ebuild b/media-libs/stimg/stimg-0.1.0.ebuild index 970a96a7b2c7..3a7be52b0efc 100644 --- a/media-libs/stimg/stimg-0.1.0.ebuild +++ b/media-libs/stimg/stimg-0.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -11,7 +11,7 @@ SRC_URI="http://homepage3.nifty.com/slokar/stimg/${P}.tar.gz" LICENSE="LGPL-2+ MIT-with-advertising" SLOT="0" KEYWORDS="alpha amd64 ppc x86" -IUSE="linguas_ja static-libs" +IUSE="static-libs" RDEPEND="media-libs/libpng media-libs/tiff @@ -32,5 +32,5 @@ src_configure() { src_install() { default find "${D}" -name '*.la' -exec rm -f {} + - use linguas_ja && dodoc README.ja + dodoc README.ja } -- cgit v1.2.3-65-gdbad