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 C3591158095 for ; Sat, 2 Jul 2022 12:21:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0439EE0C62; Sat, 2 Jul 2022 12:21:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 63464E0C62 for ; Sat, 2 Jul 2022 12:21:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 284B3341B84 for ; Sat, 2 Jul 2022 12:20:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07191528 for ; Sat, 2 Jul 2022 12:20:50 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1656764446.125808bd8f01f92db24eaba5c42b5b37dd8402ea.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libdvd-audio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libdvd-audio/libdvd-audio-1.0.0.ebuild X-VCS-Directories: media-libs/libdvd-audio/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 125808bd8f01f92db24eaba5c42b5b37dd8402ea X-VCS-Branch: master Date: Sat, 2 Jul 2022 12:20:50 +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: c0a5ffe1-e9d3-4ef2-95c4-d461532caf16 X-Archives-Hash: 2358c3b0962ed400b115e0e44afd2cd7 commit: 125808bd8f01f92db24eaba5c42b5b37dd8402ea Author: Agostino Sarubbo gentoo org> AuthorDate: Sat Jul 2 12:20:11 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sat Jul 2 12:20:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125808bd media-libs/libdvd-audio: amd64 stable wrt bug #855527 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> media-libs/libdvd-audio/libdvd-audio-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libdvd-audio/libdvd-audio-1.0.0.ebuild b/media-libs/libdvd-audio/libdvd-audio-1.0.0.ebuild index 040a6ebb4991..e8040edd4a51 100644 --- a/media-libs/libdvd-audio/libdvd-audio-1.0.0.ebuild +++ b/media-libs/libdvd-audio/libdvd-audio-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc static-libs" PATCHES=( "${FILESDIR}"/${P}-makefile.patch )