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 EE6FB138335 for ; Wed, 27 Jun 2018 21:54:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C36DE0AC7; Wed, 27 Jun 2018 21:54:54 +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 CD08CE0AD8 for ; Wed, 27 Jun 2018 21:54:53 +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 C07B3335CD1 for ; Wed, 27 Jun 2018 21:54:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5094C2E2 for ; Wed, 27 Jun 2018 21:54:50 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1530136423.1eb8d60507f139a62c2c26f3310c91d2bd90c56c.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-238-r7.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 1eb8d60507f139a62c2c26f3310c91d2bd90c56c X-VCS-Branch: master Date: Wed, 27 Jun 2018 21:54:50 +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: 58634dbb-0eb6-4999-9fac-167cd3b9fbc0 X-Archives-Hash: 5f971bff7b959e6848e2058f2417cbde commit: 1eb8d60507f139a62c2c26f3310c91d2bd90c56c Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Jun 27 19:31:41 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jun 27 21:53:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb8d605 sys-apps/systemd: stable 238-r7 for ppc, bug #653212 Bug: https://bugs.gentoo.org/653212 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc" sys-apps/systemd/systemd-238-r7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/systemd/systemd-238-r7.ebuild b/sys-apps/systemd/systemd-238-r7.ebuild index e939bca260c..e18151acc1b 100644 --- a/sys-apps/systemd/systemd-238-r7.ebuild +++ b/sys-apps/systemd/systemd-238-r7.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz https://dev.gentoo.org/~floppym/dist/${P}-patches-1.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_4,3_5,3_6} )