mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
dev-java/jamvm: add pkgconfig or pkgconfig-referenced libs deps
Add dependencies for either virtual/pkgconfig, move it into BDEPEND where applicable, or add dependencies for libraries we're trying to find with pkgconfig. Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -14,12 +14,17 @@ SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="debug libffi"
|
||||
|
||||
DEPEND="dev-java/gnu-classpath:0.98
|
||||
RDEPEND="dev-java/gnu-classpath:0.98
|
||||
|| ( dev-java/eclipse-ecj:* dev-java/ecj-gcj:* )
|
||||
libffi? ( dev-libs/libffi:= )
|
||||
ppc64? ( dev-libs/libffi:= )
|
||||
sparc? ( dev-libs/libffi:= )"
|
||||
RDEPEND="${DEPEND}"
|
||||
DEPEND="
|
||||
${DEPEND}
|
||||
ppc64? ( virtual/pkgconfig )
|
||||
sparc? ( virtual/pkgconfig )
|
||||
libffi? ( virtual/pkgconfig )
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/"${P}-classes-location.patch"
|
||||
|
||||
Reference in New Issue
Block a user