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 68B9C158086 for ; Wed, 29 Dec 2021 12:12:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 593242BC00A; Wed, 29 Dec 2021 12:12:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 67B512BC00A for ; Wed, 29 Dec 2021 12:12:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 499DB342D8D for ; Wed, 29 Dec 2021 12:12:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC4EB219 for ; Wed, 29 Dec 2021 12:11:59 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1640779895.900f46a4c58b3629e26497f41dc8394e264679e2.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/handbrake/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/handbrake/handbrake-1.4.2-r1.ebuild X-VCS-Directories: media-video/handbrake/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 900f46a4c58b3629e26497f41dc8394e264679e2 X-VCS-Branch: master Date: Wed, 29 Dec 2021 12:11: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: 32746729-f12f-44ca-a02b-67ec9ea94194 X-Archives-Hash: 0531d51c394a06d7d6952bc8207fa2e6 commit: 900f46a4c58b3629e26497f41dc8394e264679e2 Author: Jakov Smolić gentoo org> AuthorDate: Wed Dec 29 12:11:35 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Dec 29 12:11:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900f46a4 media-video/handbrake: Stabilize 1.4.2-r1 amd64, #830192 Signed-off-by: Jakov Smolić gentoo.org> media-video/handbrake/handbrake-1.4.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/handbrake/handbrake-1.4.2-r1.ebuild b/media-video/handbrake/handbrake-1.4.2-r1.ebuild index 75a5cf2fa4aa..9baa5b39bf6f 100644 --- a/media-video/handbrake/handbrake-1.4.2-r1.ebuild +++ b/media-video/handbrake/handbrake-1.4.2-r1.ebuild @@ -14,7 +14,7 @@ else MY_P="HandBrake-${PV}" SRC_URI="https://github.com/HandBrake/HandBrake/releases/download/${PV}/${MY_P}-source.tar.bz2 -> ${P}.tar.bz2" S="${WORKDIR}/${MY_P}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="Open-source, GPL-licensed, multiplatform, multithreaded video transcoder"