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 640C113835B for ; Sun, 8 Nov 2020 16:26:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B923E07A7; Sun, 8 Nov 2020 16:26:22 +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 5BBE5E07A7 for ; Sun, 8 Nov 2020 16:26:22 +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 5EF90340B37 for ; Sun, 8 Nov 2020 16:26:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2C7C436 for ; Sun, 8 Nov 2020 16:26:19 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1604852769.f82f03333839dbd3e156fe7c8b63da8291773c27.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/satyr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/satyr/satyr-0.27.ebuild dev-libs/satyr/satyr-0.30.ebuild X-VCS-Directories: dev-libs/satyr/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f82f03333839dbd3e156fe7c8b63da8291773c27 X-VCS-Branch: master Date: Sun, 8 Nov 2020 16:26:19 +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: 88c29382-9be0-4894-8eb4-28387133d30e X-Archives-Hash: 70cfe2ed227e4e5ebfdbb53e4070afed commit: f82f03333839dbd3e156fe7c8b63da8291773c27 Author: Matt Turner gentoo org> AuthorDate: Sun Nov 8 16:23:22 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Nov 8 16:26:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82f0333 dev-libs/satyr: Drop stable keywords Signed-off-by: Matt Turner gentoo.org> dev-libs/satyr/satyr-0.27.ebuild | 2 +- dev-libs/satyr/satyr-0.30.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/satyr/satyr-0.27.ebuild b/dev-libs/satyr/satyr-0.27.ebuild index face20cac54..8293ade15b7 100644 --- a/dev-libs/satyr/satyr-0.27.ebuild +++ b/dev-libs/satyr/satyr-0.27.ebuild @@ -16,7 +16,7 @@ SLOT="0/3" IUSE="python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" RDEPEND="python? ( ${PYTHON_DEPS} ) >=dev-libs/elfutils-0.158 diff --git a/dev-libs/satyr/satyr-0.30.ebuild b/dev-libs/satyr/satyr-0.30.ebuild index 525f046328c..f654d70e26b 100644 --- a/dev-libs/satyr/satyr-0.30.ebuild +++ b/dev-libs/satyr/satyr-0.30.ebuild @@ -16,7 +16,7 @@ SLOT="0/4" IUSE="python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" RDEPEND="python? ( ${PYTHON_DEPS} ) >=dev-libs/elfutils-0.158