Skip to content

Commit

Permalink
media-libs/stimg: Drop linguas_ja flag.
Browse files Browse the repository at this point in the history
README.ja is tiny (1255 bytes), so install it unconditionally.

Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
ulm committed Jan 7, 2018
1 parent 7d223f9 commit 666947a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media-libs/stimg/stimg-0.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
}

0 comments on commit 666947a

Please sign in to comment.