media-libs/stimg: Drop linguas_ja flag.
authorUlrich Müller <ulm@gentoo.org>
Sun, 7 Jan 2018 14:25:41 +0000 (15:25 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sun, 7 Jan 2018 14:33:08 +0000 (15:33 +0100)
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

index 970a96a7b2c7799d7b05fd7fd6dbcce88b81bc42..3a7be52b0efc63a167c04657c46b2ed7f7a6beaf 100644 (file)
@@ -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
 }