From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 379EA1384B4 for ; Mon, 16 Nov 2015 16:15:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02D2321C022; Mon, 16 Nov 2015 16:15:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2589821C01F for ; Mon, 16 Nov 2015 16:15:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5183E3408F9 for ; Mon, 16 Nov 2015 16:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06A2E16C6 for ; Mon, 16 Nov 2015 16:15:11 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1447690481.62cd86155b98bc87494dde3be3d4be575c2904ee.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/neutron/neutron-7.0.0.ebuild X-VCS-Directories: sys-cluster/neutron/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 62cd86155b98bc87494dde3be3d4be575c2904ee X-VCS-Branch: master Date: Mon, 16 Nov 2015 16:15:11 +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: 970d3c3a-1bf2-49f3-b209-2ee1f206ea81 X-Archives-Hash: 160bbd52f0e80c19c6969ba174ba1308 commit: 62cd86155b98bc87494dde3be3d4be575c2904ee Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Nov 16 16:14:41 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Nov 16 16:14:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62cd8615 sys-cluster/neutron: amd64 stable wrt bug #565742 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" sys-cluster/neutron/neutron-7.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/neutron/neutron-7.0.0.ebuild b/sys-cluster/neutron/neutron-7.0.0.ebuild index a96965a..1e05451 100644 --- a/sys-cluster/neutron/neutron-7.0.0.ebuild +++ b/sys-cluster/neutron/neutron-7.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/liberty/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="compute-only dhcp doc ipv6 l3 metadata openvswitch linuxbridge server test sqlite mysql postgres" REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) ) compute-only? ( !mysql !postgres !sqlite !dhcp !l3 !metadata !server