From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8BB51382C5 for ; Tue, 2 Mar 2021 05:47:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6C8DE09F1; Tue, 2 Mar 2021 05:47:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA22FE09F1 for ; Tue, 2 Mar 2021 05:47:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0E1C341225 for ; Tue, 2 Mar 2021 05:47:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3709046B for ; Tue, 2 Mar 2021 05:47:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614664030.7f7862d996dbf59b460a35358d383823c9fbb5a7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcaca/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcaca/libcaca-0.99_beta19-r3.ebuild X-VCS-Directories: media-libs/libcaca/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f7862d996dbf59b460a35358d383823c9fbb5a7 X-VCS-Branch: master Date: Tue, 2 Mar 2021 05:47:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d60447b0-d7f4-496a-bad8-01ab7f3a4c44 X-Archives-Hash: b731f721062cf792a710720c3cd9ffa2 commit: 7f7862d996dbf59b460a35358d383823c9fbb5a7 Author: Sam James gentoo org> AuthorDate: Tue Mar 2 05:45:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 2 05:47:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7862d9 media-libs/libcaca: make clear that USE=java is broken in ebuild Signed-off-by: Sam James gentoo.org> media-libs/libcaca/libcaca-0.99_beta19-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/libcaca/libcaca-0.99_beta19-r3.ebuild b/media-libs/libcaca/libcaca-0.99_beta19-r3.ebuild index c20865ef30e..9e244534237 100644 --- a/media-libs/libcaca/libcaca-0.99_beta19-r3.ebuild +++ b/media-libs/libcaca/libcaca-0.99_beta19-r3.ebuild @@ -6,7 +6,7 @@ EAPI=7 RUBY_OPTIONAL=yes #USE_RUBY=ruby20 -inherit autotools ruby-ng flag-o-matic mono-env java-pkg-opt-2 multilib-minimal toolchain-funcs +inherit autotools ruby-ng flag-o-matic java-pkg-opt-2 mono-env toolchain-funcs multilib-minimal MY_P=${P/_/.} DESCRIPTION="A library that creates colored ASCII-art graphics" @@ -158,6 +158,7 @@ multilib_src_test() { multilib_src_install() { emake V=1 DESTDIR="${D}" install + # Note: broken, see bug #508564 and bug #773913 if multilib_is_native_abi && use java; then java-pkg_newjar java/libjava.jar fi