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 BA67F1382C5 for ; Sat, 31 Mar 2018 01:54:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95820E097C; Sat, 31 Mar 2018 01:54:29 +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 6E649E097C for ; Sat, 31 Mar 2018 01:54:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EBCB8335D74 for ; Sat, 31 Mar 2018 01:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7041286 for ; Sat, 31 Mar 2018 01:54:23 +0000 (UTC) From: "Matt Thode" 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 Thode" Message-ID: <1522461244.c3f7f0b95955d3c6c16077e3ab94afbab5e23452.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/neutron/neutron-12.0.1.ebuild X-VCS-Directories: sys-cluster/neutron/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: c3f7f0b95955d3c6c16077e3ab94afbab5e23452 X-VCS-Branch: master Date: Sat, 31 Mar 2018 01:54:23 +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: fc781607-eee6-4e5f-a130-ff494121b010 X-Archives-Hash: 32594e65e07b024b1c59b722324adaeb commit: c3f7f0b95955d3c6c16077e3ab94afbab5e23452 Author: Matthew Thode gentoo org> AuthorDate: Sat Mar 31 01:50:35 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Mar 31 01:54:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f7f0b9 sys-cluster/neutron: 12.0.1 stable amd64 and x86 QUEENS Package-Manager: Portage-2.3.26, Repoman-2.3.7 sys-cluster/neutron/neutron-12.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/neutron/neutron-12.0.1.ebuild b/sys-cluster/neutron/neutron-12.0.1.ebuild index efbe01b7fe3..ca9e5bc0c41 100644 --- a/sys-cluster/neutron/neutron-12.0.1.ebuild +++ b/sys-cluster/neutron/neutron-12.0.1.ebuild @@ -19,7 +19,7 @@ else SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/queens/configs.tar.gz -> neutron-configs-${PV}.tar.gz https://dev.gentoo.org/~prometheanfire/dist/openstack/neutron/queens/ml2_plugins.tar.gz -> neutron-ml2-plugins-${PV}.tar.gz https://tarballs.openstack.org/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi LICENSE="Apache-2.0"