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 5097C158086 for ; Fri, 5 Nov 2021 17:33:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F24CE0919; Fri, 5 Nov 2021 17:33:25 +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 EE975E0919 for ; Fri, 5 Nov 2021 17:33:24 +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 0645634320A for ; Fri, 5 Nov 2021 17:33:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDA7B1C0 for ; Fri, 5 Nov 2021 17:33:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636133533.16dfa022803f70ed46405577ab815eae5c05884e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catfish/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catfish/catfish-4.16.3.ebuild X-VCS-Directories: dev-util/catfish/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 16dfa022803f70ed46405577ab815eae5c05884e X-VCS-Branch: master Date: Fri, 5 Nov 2021 17:33:09 +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: de2c77c7-3ee5-40cb-a005-e16658ce34dd X-Archives-Hash: 5c91dfe5c9df12624fbaeac713dd4161 commit: 16dfa022803f70ed46405577ab815eae5c05884e Author: Sam James gentoo org> AuthorDate: Fri Nov 5 17:32:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 5 17:32:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16dfa022 dev-util/catfish: Stabilize 4.16.3 x86, #821847 Signed-off-by: Sam James gentoo.org> dev-util/catfish/catfish-4.16.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/catfish/catfish-4.16.3.ebuild b/dev-util/catfish/catfish-4.16.3.ebuild index f271aad0fcf..e598039ab37 100644 --- a/dev-util/catfish/catfish-4.16.3.ebuild +++ b/dev-util/catfish/catfish-4.16.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/apps/catfish/${PV%.*}/${P}.tar.bz2" # yep, GPL-2 only LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" RDEPEND=" >=dev-libs/glib-2.42