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 6C23F138BED for ; Tue, 13 Oct 2015 07:24:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ECC1E07D9; Tue, 13 Oct 2015 07:24:04 +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 6917FE07DA for ; Tue, 13 Oct 2015 07:24:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A3E8340814 for ; Tue, 13 Oct 2015 07:24:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5529FC5 for ; Tue, 13 Oct 2015 07:24:00 +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: <1444721022.d0e4b3d6796e2ac9032e61af7fb0f058211a9604.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/postfixadmin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/postfixadmin/postfixadmin-2.3.8.ebuild X-VCS-Directories: www-apps/postfixadmin/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: d0e4b3d6796e2ac9032e61af7fb0f058211a9604 X-VCS-Branch: master Date: Tue, 13 Oct 2015 07:24:00 +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: 8da28f10-e8a1-49f9-bf7b-3ccfb5ec591d X-Archives-Hash: 4e072423a11ff1fd974268397990ac7a commit: d0e4b3d6796e2ac9032e61af7fb0f058211a9604 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Oct 13 07:23:42 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Oct 13 07:23:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e4b3d6 www-apps/postfixadmin: x86 stable wrt bug #562956 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" www-apps/postfixadmin/postfixadmin-2.3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/postfixadmin/postfixadmin-2.3.8.ebuild b/www-apps/postfixadmin/postfixadmin-2.3.8.ebuild index d63c2a3..2a8d1c4 100644 --- a/www-apps/postfixadmin/postfixadmin-2.3.8.ebuild +++ b/www-apps/postfixadmin/postfixadmin-2.3.8.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://postfixadmin.sourceforge.net" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${P}/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="+mysql postgres +vacation xmlrpc" REQUIRED_USE="|| ( mysql postgres )"