mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 20:48:31 -07:00
dev-java/protobuf-java: Update subslot.
a9f11d7d64
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
committed by
Mike Gilbert
parent
c9da0b95d4
commit
9ce147d0c0
@@ -1,4 +1,4 @@
|
||||
# Copyright 2008-2019 Gentoo Authors
|
||||
# Copyright 2008-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
@@ -22,7 +22,7 @@ else
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/22"
|
||||
SLOT="0/23"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
@@ -44,7 +44,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
"${EPREFIX}/usr/bin/protoc" --java_out=core/src/main/java -I../src ../src/google/protobuf/descriptor.proto || die
|
||||
"${BROOT}/usr/bin/protoc" --java_out=core/src/main/java -I../src ../src/google/protobuf/descriptor.proto || die
|
||||
JAVA_SRC_DIR="core/src/main/java" JAVA_JAR_FILENAME="protobuf.jar" java-pkg-simple_src_compile
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user