summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-01-07 15:25:41 +0100
committerUlrich Müller <ulm@gentoo.org>2018-01-07 15:33:08 +0100
commit666947a3a77cd03c4e8e6c1a308a10e609a9d7fb (patch)
tree0c3a5e05793d8b7067194b8b5a8d9be0a944e9ac /media-libs/stimg
parentnet-dns/dnsmasq: Test LINGUAS rather than linguas_* USE flags. (diff)
downloadgentoo-666947a3a77cd03c4e8e6c1a308a10e609a9d7fb.tar.gz
gentoo-666947a3a77cd03c4e8e6c1a308a10e609a9d7fb.tar.bz2
gentoo-666947a3a77cd03c4e8e6c1a308a10e609a9d7fb.zip
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
Diffstat (limited to 'media-libs/stimg')
-rw-r--r--media-libs/stimg/stimg-0.1.0.ebuild6
1 files changed, 3 insertions, 3 deletions
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
}