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 A91541396D1 for ; Sat, 30 Sep 2017 23:11:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00EB6E0C03; Sat, 30 Sep 2017 23:11:55 +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 D0E22E0C03 for ; Sat, 30 Sep 2017 23:11:54 +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 A08A734183B for ; Sat, 30 Sep 2017 23:11:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EB619093 for ; Sat, 30 Sep 2017 23:11:52 +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: <1506813077.718334b5135ba8703a41bc12d3ecdd3d68edb0af.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-234-r4.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 718334b5135ba8703a41bc12d3ecdd3d68edb0af X-VCS-Branch: master Date: Sat, 30 Sep 2017 23:11:52 +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: 92d17feb-34bc-4073-b5cc-2a70b99c3e86 X-Archives-Hash: 5726d4f9a918a2892edfc7ec7f0f6be3 commit: 718334b5135ba8703a41bc12d3ecdd3d68edb0af Author: Matt Turner gentoo org> AuthorDate: Sat Sep 30 23:10:11 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Sep 30 23:11:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718334b5 sys-apps/systemd-234-r4: added ~alpha, bug 625324 Commit 23af54f97bd1 was supposed to add ~alpha to 234-r3 but I transposed some digits and instead reverted to ~alpha for a stable version. sys-apps/systemd/systemd-234-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/systemd/systemd-234-r4.ebuild b/sys-apps/systemd/systemd-234-r4.ebuild index 2582732b6cc..0085a0578fa 100644 --- a/sys-apps/systemd/systemd-234-r4.ebuild +++ b/sys-apps/systemd/systemd-234-r4.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/systemd/systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" fi PYTHON_COMPAT=( python{3_4,3_5,3_6} )