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 0EAB4138334 for ; Mon, 23 Dec 2019 14:03:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 353F4E0AFC; Mon, 23 Dec 2019 14:03:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1DC18E0AFC for ; Mon, 23 Dec 2019 14:03:27 +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 CFF7D34DAE9 for ; Mon, 23 Dec 2019 14:03:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9D8371FF1 for ; Mon, 23 Dec 2019 14:03:23 +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: <1577109754.78eac974ebcc8e3b0f60cccdeb02af362969e20d.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-3.2.ebuild X-VCS-Directories: www-apps/postfixadmin/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 78eac974ebcc8e3b0f60cccdeb02af362969e20d X-VCS-Branch: master Date: Mon, 23 Dec 2019 14:03: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 89fdabcc-d242-4184-82ce-bc616e71dd6b X-Archives-Hash: bc192245e8822839495e25712b9b4cf0 commit: 78eac974ebcc8e3b0f60cccdeb02af362969e20d Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Dec 23 14:02:34 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Dec 23 14:02:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78eac974 www-apps/postfixadmin: amd64 stable wrt bug #703402 Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> www-apps/postfixadmin/postfixadmin-3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/postfixadmin/postfixadmin-3.2.ebuild b/www-apps/postfixadmin/postfixadmin-3.2.ebuild index 45f2da12339..8c3c18dcca3 100644 --- a/www-apps/postfixadmin/postfixadmin-3.2.ebuild +++ b/www-apps/postfixadmin/postfixadmin-3.2.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://postfixadmin.sourceforge.net" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${P}/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+mysql postgres +vacation" REQUIRED_USE="|| ( mysql postgres )"