Skip to content

Commit

Permalink
app-i18n/opencc: drop static-libs USE flag
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
hattya committed Aug 23, 2017
1 parent c9b2073 commit ecab812
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app-i18n/opencc/opencc-1.0.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SRC_URI="https://github.com/BYVoid/${PN^^[oc]}/archive/ver.${PV}.tar.gz -> ${P}.
LICENSE="Apache-2.0"
SLOT="0/2"
KEYWORDS="amd64 hppa ppc ppc64 x86"
IUSE="doc static-libs"
IUSE="doc"

DEPEND="doc? ( app-doc/doxygen )"

Expand All @@ -27,9 +27,3 @@ src_configure() {
)
cmake-utils_src_configure
}

src_install() {
cmake-utils_src_install

use static-libs || find "${ED}" -name '*.la' -o -name '*.a' -exec rm {} +
}

0 comments on commit ecab812

Please sign in to comment.