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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 069F9158CBB for ; Mon, 8 May 2023 09:11:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E406EE0882; Mon, 8 May 2023 09:11:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8752E0882 for ; Mon, 8 May 2023 09:11:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8B6E340F6B for ; Mon, 8 May 2023 09:11:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1588EA6A for ; Mon, 8 May 2023 09:11:35 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1683537081.e59633d298005edc20644443cd8d6d3a4c35b330.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/guayadeque/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/guayadeque/guayadeque-9999.ebuild X-VCS-Directories: media-sound/guayadeque/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e59633d298005edc20644443cd8d6d3a4c35b330 X-VCS-Branch: master Date: Mon, 8 May 2023 09:11:35 +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: 9f846edd-cb76-4ff1-a3a9-957ac43bbb0e X-Archives-Hash: 8635e65378ae7819484d6e27aa485c2e commit: e59633d298005edc20644443cd8d6d3a4c35b330 Author: Pacho Ramos gentoo org> AuthorDate: Mon May 8 09:10:47 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon May 8 09:11:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e59633d2 media-sound/guayadeque: libindicate support was dropped in 'master' Bug: https://bugs.gentoo.org/905929 Signed-off-by: Pacho Ramos gentoo.org> media-sound/guayadeque/guayadeque-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-sound/guayadeque/guayadeque-9999.ebuild b/media-sound/guayadeque/guayadeque-9999.ebuild index a82bebdc7c56..58152548ab8f 100644 --- a/media-sound/guayadeque/guayadeque-9999.ebuild +++ b/media-sound/guayadeque/guayadeque-9999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://guayadeque.org/" LICENSE="GPL-3+" SLOT="0" -IUSE="appindicator ipod +minimal" +IUSE="ipod +minimal" # No test available, Making src_test fail RESTRICT="test" @@ -50,7 +50,6 @@ RDEPEND=" net-misc/curl sys-apps/dbus x11-libs/wxGTK:${WX_GTK_VER}[X] - appindicator? ( dev-libs/libindicate ) ipod? ( media-libs/libgpod ) !minimal? ( ${GST_DEPS} )" DEPEND="${RDEPEND}" @@ -83,7 +82,6 @@ src_prepare() { src_configure() { local mycmakeargs=( -DENABLE_IPOD=$(usex ipod) - -DENABLE_LIBINDICATE=$(usex appindicator) ) cmake_src_configure }