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 9819C158015 for ; Tue, 26 Dec 2023 21:39:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD2B72BC014; Tue, 26 Dec 2023 21:39:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8D6C42BC014 for ; Tue, 26 Dec 2023 21:39:31 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D917333FE49 for ; Tue, 26 Dec 2023 21:39:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A2B114B1 for ; Tue, 26 Dec 2023 21:39:29 +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: <1703626413.12d6bd0ca6188bdef70badf2b2a5e62a48b43d0b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x264/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/x264/x264-0.0.20231114-r1.ebuild media-libs/x264/x264-9999.ebuild X-VCS-Directories: media-libs/x264/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 12d6bd0ca6188bdef70badf2b2a5e62a48b43d0b X-VCS-Branch: master Date: Tue, 26 Dec 2023 21:39:29 +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: 1558bfcd-f62f-46cf-86de-912bd91adebb X-Archives-Hash: 2b313562039e4fdd938aacfa4d5e984d commit: 12d6bd0ca6188bdef70badf2b2a5e62a48b43d0b Author: Sam James gentoo org> AuthorDate: Tue Dec 26 21:33:33 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 26 21:33:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d6bd0c media-libs/x264: add note to bump with media-video/x264-encoder Bug: https://bugs.gentoo.org/920559 Signed-off-by: Sam James gentoo.org> media-libs/x264/x264-0.0.20231114-r1.ebuild | 2 ++ media-libs/x264/x264-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/media-libs/x264/x264-0.0.20231114-r1.ebuild b/media-libs/x264/x264-0.0.20231114-r1.ebuild index 7ad94e41440d..4bf6fdb12fb7 100644 --- a/media-libs/x264/x264-0.0.20231114-r1.ebuild +++ b/media-libs/x264/x264-0.0.20231114-r1.ebuild @@ -3,6 +3,8 @@ EAPI=8 +# Please bump with media-video/x264-encoder + inherit multilib-minimal toolchain-funcs flag-o-matic DESCRIPTION="Free library for encoding X264/AVC streams" diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild index dc042c20d5c5..e94280109f25 100644 --- a/media-libs/x264/x264-9999.ebuild +++ b/media-libs/x264/x264-9999.ebuild @@ -3,6 +3,8 @@ EAPI=8 +# Please bump with media-video/x264-encoder + inherit multilib-minimal toolchain-funcs flag-o-matic DESCRIPTION="Free library for encoding X264/AVC streams"