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 59853138335 for ; Thu, 26 Dec 2019 11:19:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A75F7E0C4F; Thu, 26 Dec 2019 11:19:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 929E2E0C4F for ; Thu, 26 Dec 2019 11:19:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7533A34DB99 for ; Thu, 26 Dec 2019 11:19:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C4C435 for ; Thu, 26 Dec 2019 11:19:42 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1577359175.fbc548b64d31e9523ba45e8dfb1fe2b74fad0bd6.fordfrog@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.3.ebuild www-apps/postfixadmin/postfixadmin-3.2.ebuild X-VCS-Directories: www-apps/postfixadmin/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: fbc548b64d31e9523ba45e8dfb1fe2b74fad0bd6 X-VCS-Branch: master Date: Thu, 26 Dec 2019 11:19:42 +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: a066b100-5ca4-4b18-9412-68cdd739e96b X-Archives-Hash: d9ca7b61de8abbace0127b02670de196 commit: fbc548b64d31e9523ba45e8dfb1fe2b74fad0bd6 Author: Miroslav Šulc gentoo org> AuthorDate: Thu Dec 26 11:17:55 2019 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Dec 26 11:19:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc548b6 www-apps/postfix: re-added ~ppc to 3.2 and 3.2.3 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Miroslav Šulc gentoo.org> www-apps/postfixadmin/postfixadmin-3.2.3.ebuild | 2 +- www-apps/postfixadmin/postfixadmin-3.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/postfixadmin/postfixadmin-3.2.3.ebuild b/www-apps/postfixadmin/postfixadmin-3.2.3.ebuild index 052843a261c..50da4f5cd72 100644 --- a/www-apps/postfixadmin/postfixadmin-3.2.3.ebuild +++ b/www-apps/postfixadmin/postfixadmin-3.2.3.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://postfixadmin.sourceforge.net" SRC_URI="https://github.com/postfixadmin/postfixadmin/archive/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="+mysql postgres +vacation" REQUIRED_USE="|| ( mysql postgres )" diff --git a/www-apps/postfixadmin/postfixadmin-3.2.ebuild b/www-apps/postfixadmin/postfixadmin-3.2.ebuild index 9c6a2539f66..f4e6acdd42f 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 ~ppc x86" IUSE="+mysql postgres +vacation" REQUIRED_USE="|| ( mysql postgres )"