From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B4F47158074 for ; Fri, 20 Jun 2025 04:35:24 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A0FDB3406F2 for ; Fri, 20 Jun 2025 04:35:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 970F91104D9; Fri, 20 Jun 2025 04:35:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 888581104D9 for ; Fri, 20 Jun 2025 04:35:23 +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 3DFDE3406F2 for ; Fri, 20 Jun 2025 04:35:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACC8F2810 for ; Fri, 20 Jun 2025 04:35:21 +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: <1750394080.30406141b627349f19aa547134831b0586d3977b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvpx/libvpx-1.14.1.ebuild media-libs/libvpx/libvpx-1.15.2.ebuild X-VCS-Directories: media-libs/libvpx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 30406141b627349f19aa547134831b0586d3977b X-VCS-Branch: master Date: Fri, 20 Jun 2025 04:35:21 +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: 93c12aaf-1432-46e3-8a2d-1b150ae7e3b5 X-Archives-Hash: c9fa34e09460d84130c350cb0548ceba commit: 30406141b627349f19aa547134831b0586d3977b Author: Sam James gentoo org> AuthorDate: Fri Jun 20 04:34:40 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 20 04:34:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30406141 media-libs/libvpx: fix whitespace Signed-off-by: Sam James gentoo.org> media-libs/libvpx/libvpx-1.14.1.ebuild | 3 +-- media-libs/libvpx/libvpx-1.15.2.ebuild | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/media-libs/libvpx/libvpx-1.14.1.ebuild b/media-libs/libvpx/libvpx-1.14.1.ebuild index 6c7c7c866c64..f9c40e9ecff0 100644 --- a/media-libs/libvpx/libvpx-1.14.1.ebuild +++ b/media-libs/libvpx/libvpx-1.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,6 @@ HOMEPAGE="https://www.webmproject.org" SRC_URI=" https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz test? ( https://deps.gentoo.zip/media-libs/${P}-testdata.tar.xz ) - " LICENSE="BSD" diff --git a/media-libs/libvpx/libvpx-1.15.2.ebuild b/media-libs/libvpx/libvpx-1.15.2.ebuild index 98ad01d8c671..f7a7f721d336 100644 --- a/media-libs/libvpx/libvpx-1.15.2.ebuild +++ b/media-libs/libvpx/libvpx-1.15.2.ebuild @@ -12,7 +12,6 @@ HOMEPAGE="https://www.webmproject.org" SRC_URI=" https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz test? ( https://deps.gentoo.zip/media-libs/${P}-testdata.tar.xz ) - " LICENSE="BSD"