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 D23B713997D for ; Tue, 12 Nov 2019 10:05:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEFB2E09A6; Tue, 12 Nov 2019 10:05:17 +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 D7FCFE09A6 for ; Tue, 12 Nov 2019 10:05:17 +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 D5F2434CC05 for ; Tue, 12 Nov 2019 10:05:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A52F78C6 for ; Tue, 12 Nov 2019 10:05:12 +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: <1573553107.c599dcf8b8e6a1b7474c488044e8b7a5863c472e.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: c599dcf8b8e6a1b7474c488044e8b7a5863c472e X-VCS-Branch: master Date: Tue, 12 Nov 2019 10:05:12 +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: 015f2f5d-05b4-4b59-875a-30616be75c60 X-Archives-Hash: 95782f1599effc0903e14aa989b48202 commit: c599dcf8b8e6a1b7474c488044e8b7a5863c472e Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Nov 12 10:05:07 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Nov 12 10:05:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c599dcf8 mail-filter/libsrs_alt: x86 stable wrt bug #697318 Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" 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 032bdefb4ab..26723cda226 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"