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 07D14138334 for ; Mon, 25 Mar 2019 07:27:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 164E7E094F; Mon, 25 Mar 2019 07:27:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DB420E0953 for ; Mon, 25 Mar 2019 07:27:47 +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 1481C335CE4 for ; Mon, 25 Mar 2019 07:27:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B038253A for ; Mon, 25 Mar 2019 07:27:43 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1553498856.4e811f86ea55c9fa4c4812e980c6ec2fc59fa5e6.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/jasper/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/jasper/jasper-2.0.15-r1.ebuild media-libs/jasper/jasper-9999.ebuild X-VCS-Directories: media-libs/jasper/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4e811f86ea55c9fa4c4812e980c6ec2fc59fa5e6 X-VCS-Branch: master Date: Mon, 25 Mar 2019 07:27:43 +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: 1cf24b9b-e30c-46d5-bccb-fa5034003c3f X-Archives-Hash: 09f63a20de94214e20d76eca5e874f19 commit: 4e811f86ea55c9fa4c4812e980c6ec2fc59fa5e6 Author: Lars Wendler gentoo org> AuthorDate: Mon Mar 25 07:27:36 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Mar 25 07:27:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e811f86 media-libs/jasper: Removed "test" USE flag Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> media-libs/jasper/jasper-2.0.15-r1.ebuild | 4 +--- media-libs/jasper/jasper-9999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/media-libs/jasper/jasper-2.0.15-r1.ebuild b/media-libs/jasper/jasper-2.0.15-r1.ebuild index 78b6c6fd9fc..e38d99a4ea7 100644 --- a/media-libs/jasper/jasper-2.0.15-r1.ebuild +++ b/media-libs/jasper/jasper-2.0.15-r1.ebuild @@ -22,7 +22,7 @@ fi LICENSE="JasPer2.0" SLOT="0/4" -IUSE="doc jpeg opengl test" +IUSE="doc jpeg opengl" RDEPEND=" jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) @@ -60,8 +60,6 @@ multilib_src_configure() { # Doxygen -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(multilib_native_usex doc OFF ON) - - #-DJAS_ENABLE_PROGRAMS=$(usex test) ) cmake-utils_src_configure } diff --git a/media-libs/jasper/jasper-9999.ebuild b/media-libs/jasper/jasper-9999.ebuild index 78b6c6fd9fc..e38d99a4ea7 100644 --- a/media-libs/jasper/jasper-9999.ebuild +++ b/media-libs/jasper/jasper-9999.ebuild @@ -22,7 +22,7 @@ fi LICENSE="JasPer2.0" SLOT="0/4" -IUSE="doc jpeg opengl test" +IUSE="doc jpeg opengl" RDEPEND=" jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) @@ -60,8 +60,6 @@ multilib_src_configure() { # Doxygen -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(multilib_native_usex doc OFF ON) - - #-DJAS_ENABLE_PROGRAMS=$(usex test) ) cmake-utils_src_configure }