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 34874138335 for ; Tue, 25 Sep 2018 11:38:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DD83E0B13; Tue, 25 Sep 2018 11:38:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 583E7E0B13 for ; Tue, 25 Sep 2018 11:38:25 +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 DA5DA335C8F for ; Tue, 25 Sep 2018 11:38:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A7BE3DB for ; Tue, 25 Sep 2018 11:38:21 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1537875422.9d8a1065e1272d4372b6084c95944e22d5fd0422.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catalyst/catalyst-3.0.2-r1.ebuild X-VCS-Directories: dev-util/catalyst/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 9d8a1065e1272d4372b6084c95944e22d5fd0422 X-VCS-Branch: master Date: Tue, 25 Sep 2018 11:38:21 +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: 4e24132f-daa2-4b92-8947-72d121ad6555 X-Archives-Hash: 26387cfd32d2cbda0a928ff21d42b255 commit: 9d8a1065e1272d4372b6084c95944e22d5fd0422 Author: Ben Kohler gentoo org> AuthorDate: Tue Sep 25 11:37:02 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Sep 25 11:37:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8a1065 dev-util/catalyst: 3.0.2-r1 stable on sparc Package-Manager: Portage-2.3.50, Repoman-2.3.11 dev-util/catalyst/catalyst-3.0.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/catalyst/catalyst-3.0.2-r1.ebuild b/dev-util/catalyst/catalyst-3.0.2-r1.ebuild index 74acf27f4ce..5e5de2a1b16 100644 --- a/dev-util/catalyst/catalyst-3.0.2-r1.ebuild +++ b/dev-util/catalyst/catalyst-3.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ else https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2 https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.bz2" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" fi PYTHON_COMPAT=( python{3_4,3_5,3_6} )