diff options
-rw-r--r-- | app-i18n/opencc/opencc-1.0.4.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app-i18n/opencc/opencc-1.0.4.ebuild b/app-i18n/opencc/opencc-1.0.4.ebuild index 6a9d4d598c0b..fa655b4ac0e2 100644 --- a/app-i18n/opencc/opencc-1.0.4.ebuild +++ b/app-i18n/opencc/opencc-1.0.4.ebuild @@ -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 )" @@ -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 {} + -} |