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 8503113997F for ; Tue, 12 Nov 2019 10:38:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE09EE086A; Tue, 12 Nov 2019 10:38:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 967B8E086A for ; Tue, 12 Nov 2019 10:38:42 +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 BB40034CBF9 for ; Tue, 12 Nov 2019 10:38:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 496298B1 for ; Tue, 12 Nov 2019 10:38:40 +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: <1573555072.70f764ba78991a4d603d366b50e4cc3b30c0deba.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: 70f764ba78991a4d603d366b50e4cc3b30c0deba X-VCS-Branch: master Date: Tue, 12 Nov 2019 10:38:40 +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: ac09bb94-765f-476a-8462-ab5a6b2123f7 X-Archives-Hash: 4bcd6b08d747c3a8c0e3c0d3837f2b3f commit: 70f764ba78991a4d603d366b50e4cc3b30c0deba Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Nov 12 10:37:52 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Nov 12 10:37:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f764ba mail-filter/libsrs_alt: ppc64 stable wrt bug #697318 Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" 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 26723cda226..d5bac7ee86a 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"