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 9B143139083 for ; Mon, 4 Dec 2017 09:30:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 074A3E0F37; Mon, 4 Dec 2017 09:30:56 +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 D7EF0E0F37 for ; Mon, 4 Dec 2017 09:30:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0A20B33BF05 for ; Mon, 4 Dec 2017 09:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B418CAE77 for ; Mon, 4 Dec 2017 09:30:51 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1512379792.1a3341015bb81d31c2a9a295e1e5766c226c1a1d.aballier@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.11_rc1-r1.ebuild media-sound/jack2/jack2-9999.ebuild X-VCS-Directories: media-sound/jack2/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1a3341015bb81d31c2a9a295e1e5766c226c1a1d X-VCS-Branch: master Date: Mon, 4 Dec 2017 09:30:51 +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: 9e276d4d-4446-46dd-b2f3-a3de8d2523eb X-Archives-Hash: b275ef7dbd3f5c292d377b8e53fd0487 commit: 1a3341015bb81d31c2a9a295e1e5766c226c1a1d Author: Karl Linden gmail com> AuthorDate: Sun Dec 3 20:36:45 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Dec 4 09:29:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a334101 media-sound/jack2: require any of classic and dbus With no flags given the build system defaults to classic, but this addition to REQUIRED_USE will keep the installation in sync with the USE-flags. Bug: https://bugs.gentoo.org/605834 Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-sound/jack2/jack2-1.9.11_rc1-r1.ebuild | 4 +++- media-sound/jack2/jack2-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/media-sound/jack2/jack2-1.9.11_rc1-r1.ebuild b/media-sound/jack2/jack2-1.9.11_rc1-r1.ebuild index 3b62bb738cc..de3d58d89ad 100644 --- a/media-sound/jack2/jack2-1.9.11_rc1-r1.ebuild +++ b/media-sound/jack2/jack2-1.9.11_rc1-r1.ebuild @@ -26,7 +26,9 @@ LICENSE="GPL-2" SLOT="2" IUSE="alsa celt dbus doc opus pam classic sndfile libsamplerate readline" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + || ( classic dbus )" CDEPEND="media-libs/libsamplerate media-libs/libsndfile diff --git a/media-sound/jack2/jack2-9999.ebuild b/media-sound/jack2/jack2-9999.ebuild index 0823bd254c5..2794517a02e 100644 --- a/media-sound/jack2/jack2-9999.ebuild +++ b/media-sound/jack2/jack2-9999.ebuild @@ -26,7 +26,9 @@ LICENSE="GPL-2" SLOT="2" IUSE="alsa celt dbus doc opus pam classic sndfile libsamplerate readline" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + || ( classic dbus )" CDEPEND="media-libs/libsamplerate media-libs/libsndfile