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 D3135138337 for ; Sun, 18 Nov 2018 11:22:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1217E0EDC; Sun, 18 Nov 2018 11:22:54 +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 9CDA8E0EDC for ; Sun, 18 Nov 2018 11:22:54 +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 D1B7E335C5A for ; Sun, 18 Nov 2018 11:22:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEAB945D for ; Sun, 18 Nov 2018 11:22:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1542540097.2459a15a25b1ef014efcf94a650ff8be9910b55b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jack2/jack2-1.9.12-r1.ebuild X-VCS-Directories: media-sound/jack2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2459a15a25b1ef014efcf94a650ff8be9910b55b X-VCS-Branch: master Date: Sun, 18 Nov 2018 11:22:50 +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-Archives-Salt: e57ff6be-bd3d-4c53-a504-3ceaa7eda325 X-Archives-Hash: f795b061aa65df47ae7dd72a5184ce24 commit: 2459a15a25b1ef014efcf94a650ff8be9910b55b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 18 10:01:11 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 18 11:21:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2459a15a media-sound/jack2: Drop inexistent dependency Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/jack2/jack2-1.9.12-r1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-sound/jack2/jack2-1.9.12-r1.ebuild b/media-sound/jack2/jack2-1.9.12-r1.ebuild index 4856ae84043..31014abf76d 100644 --- a/media-sound/jack2/jack2-1.9.12-r1.ebuild +++ b/media-sound/jack2/jack2-1.9.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -23,7 +23,7 @@ fi LICENSE="GPL-2" SLOT="2" -IUSE="alsa celt +classic dbus doc ieee1394 libsamplerate opus pam readline sndfile" +IUSE="alsa +classic dbus doc ieee1394 libsamplerate opus pam readline sndfile" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} @@ -34,7 +34,6 @@ CDEPEND="${PYTHON_DEPS} media-libs/libsndfile sys-libs/readline:0= alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) - celt? ( media-libs/celt:0[${MULTILIB_USEDEP}] ) dbus? ( dev-libs/expat[${MULTILIB_USEDEP}] sys-apps/dbus[${MULTILIB_USEDEP}] @@ -62,7 +61,7 @@ multilib_src_configure() { $(usex dbus --dbus "") $(usex classic --classic "") --alsa=$(usex alsa yes no) - --celt=$(usex celt yes no) + --celt=no --doxygen=$(multilib_native_usex doc yes no) --firewire=$(usex ieee1394 yes no) --freebob=no