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 9FA0D13997D for ; Tue, 12 Nov 2019 18:07:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B778E085E; Tue, 12 Nov 2019 18:07:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 66FC4E085E for ; Tue, 12 Nov 2019 18:07:57 +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 2617834CA73 for ; Tue, 12 Nov 2019 18:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 611D48AF for ; Tue, 12 Nov 2019 18:07:54 +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: <1573582018.29d929e8931f3b7c96ac75bd8fa40d58577fd88d.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/libsrs_alt/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/libsrs_alt/libsrs_alt-1.0-r1.ebuild X-VCS-Directories: mail-filter/libsrs_alt/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 29d929e8931f3b7c96ac75bd8fa40d58577fd88d X-VCS-Branch: master Date: Tue, 12 Nov 2019 18:07:54 +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: ed1105d1-695d-4962-9292-5bb94b707db9 X-Archives-Hash: 9ff72ea7939a53425065d5e3da6d1560 commit: 29d929e8931f3b7c96ac75bd8fa40d58577fd88d Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Nov 12 18:06:58 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Nov 12 18:06:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d929e8 mail-filter/libsrs_alt: ppc stable wrt bug #697318 Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> mail-filter/libsrs_alt/libsrs_alt-1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-filter/libsrs_alt/libsrs_alt-1.0-r1.ebuild b/mail-filter/libsrs_alt/libsrs_alt-1.0-r1.ebuild index 61590ff065e..e46f3228860 100644 --- a/mail-filter/libsrs_alt/libsrs_alt-1.0-r1.ebuild +++ b/mail-filter/libsrs_alt/libsrs_alt-1.0-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://opsec.eu/src/srs/libsrs_alt-${MY_PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86" IUSE="static-libs" RDEPEND="!dev-perl/Mail-SRS"