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 D2E471395E2 for ; Thu, 3 Nov 2016 11:19:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5661DE0BDF; Thu, 3 Nov 2016 11:19:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C715E0BDF for ; Thu, 3 Nov 2016 11:19:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 687E734106E for ; Thu, 3 Nov 2016 11:19:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A00024B5 for ; Thu, 3 Nov 2016 11:19:29 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1478171945.7877f9dbd4d44e17ba877153ed97cf955794d75b.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/pglinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/pglinux/pglinux-2.3.1.ebuild X-VCS-Directories: net-firewall/pglinux/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7877f9dbd4d44e17ba877153ed97cf955794d75b X-VCS-Branch: master Date: Thu, 3 Nov 2016 11:19:29 +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: f14f3b81-4079-473f-a101-bcdde54ceae1 X-Archives-Hash: 6391a0cc5186637a5fc89ff0a590583a commit: 7877f9dbd4d44e17ba877153ed97cf955794d75b Author: Pacho Ramos gentoo org> AuthorDate: Thu Nov 3 10:57:29 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Nov 3 11:19:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7877f9db net-firewall/pglinux: amd64/x86 stable, bug #596676 Package-Manager: portage-2.3.2 net-firewall/pglinux/pglinux-2.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-firewall/pglinux/pglinux-2.3.1.ebuild b/net-firewall/pglinux/pglinux-2.3.1.ebuild index 7a3b7ba..b251dec 100644 --- a/net-firewall/pglinux/pglinux-2.3.1.ebuild +++ b/net-firewall/pglinux/pglinux-2.3.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://sourceforge.net/projects/peerguardian/" SRC_URI="mirror://sourceforge/peerguardian/${MY_P}.tar.gz" LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="0" IUSE="cron dbus logrotate networkmanager qt4 zlib" REQUIRED_USE="qt4? ( dbus )"