diff options
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/opencc/opencc-1.0.5.ebuild | 7 | ||||
-rw-r--r-- | app-i18n/opencc/opencc-9999.ebuild | 8 |
2 files changed, 13 insertions, 2 deletions
diff --git a/app-i18n/opencc/opencc-1.0.5.ebuild b/app-i18n/opencc/opencc-1.0.5.ebuild index 6e3c86035fde..791c79b18315 100644 --- a/app-i18n/opencc/opencc-1.0.5.ebuild +++ b/app-i18n/opencc/opencc-1.0.5.ebuild @@ -20,7 +20,12 @@ else SRC_URI="https://github.com/BYVoid/OpenCC/archive/ver.${PV}.tar.gz -> ${P}.tar.gz" fi -LICENSE="Apache-2.0" +# OpenCC: Apache-2.0 +# deps/darts-clone: BSD-2 +# deps/gtest-1.7.0: BSD +# deps/rapidjson-0.11: MIT +# deps/tclap-1.2.1: MIT +LICENSE="Apache-2.0 BSD-2 MIT test? ( BSD )" SLOT="0/2" KEYWORDS="amd64 arm64 hppa ppc ppc64 sparc x86" IUSE="doc test" diff --git a/app-i18n/opencc/opencc-9999.ebuild b/app-i18n/opencc/opencc-9999.ebuild index bcf43765ab11..8a1dbc501c8b 100644 --- a/app-i18n/opencc/opencc-9999.ebuild +++ b/app-i18n/opencc/opencc-9999.ebuild @@ -20,7 +20,13 @@ else SRC_URI="https://github.com/BYVoid/OpenCC/archive/ver.${PV}.tar.gz -> ${P}.tar.gz" fi -LICENSE="Apache-2.0" +# OpenCC: Apache-2.0 +# deps/darts-clone: BSD-2 +# deps/gtest-1.11.0: BSD +# deps/marisa-0.2.5: || ( BSD-2 LGPL-2.1+ ) +# deps/rapidjson-1.1.0: MIT +# deps/tclap-1.2.2: MIT +LICENSE="Apache-2.0 BSD-2 MIT || ( BSD-2 LGPL-2.1+ ) test? ( BSD )" SLOT="0/2" KEYWORDS="" IUSE="doc test" |