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 4B0B113933E for ; Wed, 30 Jun 2021 09:30:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0938DE07F1; Wed, 30 Jun 2021 09:30:03 +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 DB4BCE07F1 for ; Wed, 30 Jun 2021 09:30:02 +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 04A1C33BEAE for ; Wed, 30 Jun 2021 09:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CED17A2 for ; Wed, 30 Jun 2021 09:29:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1625045391.3c5181ae36f1ab55abefab8c4a7db4f3317f293b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libxspf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libxspf/libxspf-1.2.1.ebuild X-VCS-Directories: media-libs/libxspf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3c5181ae36f1ab55abefab8c4a7db4f3317f293b X-VCS-Branch: master Date: Wed, 30 Jun 2021 09:29:59 +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: ceadfcd0-ca5f-4c7f-8a96-1e61784217e0 X-Archives-Hash: 5e4abca3f01863d86bbe38918819093a commit: 3c5181ae36f1ab55abefab8c4a7db4f3317f293b Author: Sam James gentoo org> AuthorDate: Wed Jun 30 09:29:51 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 30 09:29:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5181ae media-libs/libxspf: Stabilize 1.2.1 x86, #799320 Signed-off-by: Sam James gentoo.org> media-libs/libxspf/libxspf-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libxspf/libxspf-1.2.1.ebuild b/media-libs/libxspf/libxspf-1.2.1.ebuild index d14dc695b58..e9f5444080d 100644 --- a/media-libs/libxspf/libxspf-1.2.1.ebuild +++ b/media-libs/libxspf/libxspf-1.2.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/libspiff/${P}.tar.bz2" LICENSE="BSD LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )"