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 7799E15806E for ; Tue, 23 May 2023 10:04:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E3DFE092C; Tue, 23 May 2023 10:04:26 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80AF3E092C for ; Tue, 23 May 2023 10:04:26 +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 98E70340BE3 for ; Tue, 23 May 2023 10:04:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01388A4A for ; Tue, 23 May 2023 10:04:24 +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: <1684835990.b8e53aa656c2417b7f5aba68debbd20c61939e4a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdvdread/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libdvdread/libdvdread-6.1.3.ebuild media-libs/libdvdread/libdvdread-9999.ebuild X-VCS-Directories: media-libs/libdvdread/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b8e53aa656c2417b7f5aba68debbd20c61939e4a X-VCS-Branch: master Date: Tue, 23 May 2023 10:04:24 +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: a819a1f7-8781-4433-96d6-5c59d0845756 X-Archives-Hash: 4709d4ed00c96363290ae9087501bb90 commit: b8e53aa656c2417b7f5aba68debbd20c61939e4a Author: Sam James gentoo org> AuthorDate: Wed May 17 02:10:08 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 23 09:59:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e53aa6 media-libs/libdvdread: fix LICENSE Signed-off-by: Sam James gentoo.org> media-libs/libdvdread/libdvdread-6.1.3.ebuild | 5 +++-- media-libs/libdvdread/libdvdread-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/media-libs/libdvdread/libdvdread-6.1.3.ebuild b/media-libs/libdvdread/libdvdread-6.1.3.ebuild index bf55b87ea5dc..6176f2184b83 100644 --- a/media-libs/libdvdread/libdvdread-6.1.3.ebuild +++ b/media-libs/libdvdread/libdvdread-6.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,8 @@ else KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" fi -LICENSE="GPL-2" +# See https://code.videolan.org/videolan/libdvdread/-/commit/0e020921726ee812e633959d9ad6315ff58b902b +LICENSE="GPL-2 GPL-3" SLOT="0/8" # libdvdread.so.VERSION IUSE="+css static-libs" diff --git a/media-libs/libdvdread/libdvdread-9999.ebuild b/media-libs/libdvdread/libdvdread-9999.ebuild index 6efa7014e58d..0eb530dc172b 100644 --- a/media-libs/libdvdread/libdvdread-9999.ebuild +++ b/media-libs/libdvdread/libdvdread-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,8 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" fi -LICENSE="GPL-2" +# See https://code.videolan.org/videolan/libdvdread/-/commit/0e020921726ee812e633959d9ad6315ff58b902b +LICENSE="GPL-2 GPL-3" SLOT="0/8" # libdvdread.so.VERSION IUSE="+css static-libs"