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 48434138334 for ; Thu, 21 Nov 2019 22:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EF0CE0830; Thu, 21 Nov 2019 22:21:00 +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 63BC3E0830 for ; Thu, 21 Nov 2019 22:21:00 +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 E348534D1C9 for ; Thu, 21 Nov 2019 22:20:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CF4B824 for ; Thu, 21 Nov 2019 22:20:56 +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: <1574374839.6bb47bed2b26c569b5c1decf773ee2d5830779d3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-243-r2.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6bb47bed2b26c569b5c1decf773ee2d5830779d3 X-VCS-Branch: master Date: Thu, 21 Nov 2019 22:20:56 +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: 8bb62c36-08f0-4a33-abbf-082da3da6d0a X-Archives-Hash: cc3ed4dd0667ff8f2aa951e7049afa68 commit: 6bb47bed2b26c569b5c1decf773ee2d5830779d3 Author: Matt Turner gentoo org> AuthorDate: Thu Nov 21 22:19:56 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Nov 21 22:20:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb47bed sys-apps/systemd-243-r2: sparc stable, bug 698766 Signed-off-by: Matt Turner gentoo.org> sys-apps/systemd/systemd-243-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/systemd/systemd-243-r2.ebuild b/sys-apps/systemd/systemd-243-r2.ebuild index 1b32293a17b..93aa8c2dbec 100644 --- a/sys-apps/systemd/systemd-243-r2.ebuild +++ b/sys-apps/systemd/systemd-243-r2.ebuild @@ -11,7 +11,7 @@ else MY_P=${PN}-${MY_PV} S=${WORKDIR}/${MY_P} SRC_URI="https://github.com/systemd/systemd/archive/v${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86" + KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" fi PYTHON_COMPAT=( python{3_5,3_6,3_7} )