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 C05F815808E for ; Sun, 24 Apr 2022 23:45:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8662E092A; Sun, 24 Apr 2022 23:45:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5F52E092A for ; Sun, 24 Apr 2022 23:45:26 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 431F8341312 for ; Sun, 24 Apr 2022 23:45:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9316C105 for ; Sun, 24 Apr 2022 23:45:22 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1650843866.dee3692b7c6c8a1ea790b166de8ae9c8fba72f68.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/gtkpod/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-pda/gtkpod/gtkpod-2.1.5-r3.ebuild X-VCS-Directories: app-pda/gtkpod/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: dee3692b7c6c8a1ea790b166de8ae9c8fba72f68 X-VCS-Branch: master Date: Sun, 24 Apr 2022 23:45:22 +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: f07c2f43-a850-486f-b6d1-f39bb27b77ab X-Archives-Hash: 62022a88f84d7546cc0c8479cc1741d7 commit: dee3692b7c6c8a1ea790b166de8ae9c8fba72f68 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Apr 24 23:34:25 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Apr 24 23:44:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dee3692b app-pda/gtkpod: destabilize 2.1.5-r3 for ~amd64, ~x86 Been masked for cancelled last-rite for a while and anjuta dependency is no longer stable. Signed-off-by: Ionen Wolkens gentoo.org> app-pda/gtkpod/gtkpod-2.1.5-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-pda/gtkpod/gtkpod-2.1.5-r3.ebuild b/app-pda/gtkpod/gtkpod-2.1.5-r3.ebuild index 1289ab37de7a..45b1dfe68c6f 100644 --- a/app-pda/gtkpod/gtkpod-2.1.5-r3.ebuild +++ b/app-pda/gtkpod/gtkpod-2.1.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2 FDL-1.2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="aac clutter curl cdr flac gstreamer mp3 vorbis" REQUIRED_USE="cdr? ( gstreamer )"