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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5204158020 for ; Fri, 14 Oct 2022 00:26:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C6C5E08BB; Fri, 14 Oct 2022 00:26:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03A34E08BB for ; Fri, 14 Oct 2022 00:26:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1342E340A9C for ; Fri, 14 Oct 2022 00:26:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DED35F7 for ; Fri, 14 Oct 2022 00:26:06 +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: <1665707158.2d5046995c3213e2eea0d37e50e183105898e845.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tremor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/tremor/tremor-0_pre20130223-r3.ebuild X-VCS-Directories: media-libs/tremor/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2d5046995c3213e2eea0d37e50e183105898e845 X-VCS-Branch: master Date: Fri, 14 Oct 2022 00:26:06 +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: c8ee19a0-346a-40df-babe-0c4fce0be139 X-Archives-Hash: 9bdb41b0667b42b83a132e910642a019 commit: 2d5046995c3213e2eea0d37e50e183105898e845 Author: Sam James gentoo org> AuthorDate: Fri Oct 14 00:25:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 14 00:25:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d504699 media-libs/tremor: fix copyright year Signed-off-by: Sam James gentoo.org> media-libs/tremor/tremor-0_pre20130223-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/tremor/tremor-0_pre20130223-r3.ebuild b/media-libs/tremor/tremor-0_pre20130223-r3.ebuild index 78b6fc640da1..2b454838d599 100644 --- a/media-libs/tremor/tremor-0_pre20130223-r3.ebuild +++ b/media-libs/tremor/tremor-0_pre20130223-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~ssuominen/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="low-accuracy" RDEPEND=">=media-libs/libogg-1.3.0:=[${MULTILIB_USEDEP}]"