diff options
author | 2017-05-07 11:12:16 -0700 | |
---|---|---|
committer | 2017-05-09 19:18:35 +0200 | |
commit | 504bdb95a4954e004a1c42adb9d0c6f685ac63bf (patch) | |
tree | e3193b87bd23354556d2fb7dfbdbf54bb8d4cc27 /dev-java/protobuf-java/protobuf-java-3.0.2.ebuild | |
parent | dev-python/protobuf-python: version bump to 3.3.0 (diff) | |
download | gentoo-504bdb95a4954e004a1c42adb9d0c6f685ac63bf.tar.gz gentoo-504bdb95a4954e004a1c42adb9d0c6f685ac63bf.tar.bz2 gentoo-504bdb95a4954e004a1c42adb9d0c6f685ac63bf.zip |
dev-java/protobuf-java: version bump to 3.3.0
- Change license from Apache-2.0 to BSD
Closes: https://github.com/gentoo/gentoo/pull/4039
Diffstat (limited to 'dev-java/protobuf-java/protobuf-java-3.0.2.ebuild')
-rw-r--r-- | dev-java/protobuf-java/protobuf-java-3.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/protobuf-java/protobuf-java-3.0.2.ebuild b/dev-java/protobuf-java/protobuf-java-3.0.2.ebuild index ccef8e5dbaba..f774a37f4ff3 100644 --- a/dev-java/protobuf-java/protobuf-java-3.0.2.ebuild +++ b/dev-java/protobuf-java/protobuf-java-3.0.2.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Google's Protocol Buffers - official Java Bindings" HOMEPAGE="https://github.com/google/protobuf/ https://developers.google.com/protocol-buffers/" SRC_URI="https://github.com/google/protobuf/archive/v${MY_PV}.tar.gz -> protobuf-${PV}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="BSD" SLOT="0/10" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sh ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="nano" |