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 175BD15817D for ; Mon, 10 Jun 2024 12:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 741272BC037; Mon, 10 Jun 2024 12:46:24 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 4EFA6E2AF5 for ; Mon, 10 Jun 2024 12:46:24 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19E77340C76 for ; Mon, 10 Jun 2024 12:46:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7EDC1C74 for ; Mon, 10 Jun 2024 12:46:19 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1718023522.a39295d7fe95cdc2632429590af75e936627795e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-dvbsddevice/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild X-VCS-Directories: media-plugins/vdr-dvbsddevice/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a39295d7fe95cdc2632429590af75e936627795e X-VCS-Branch: master Date: Mon, 10 Jun 2024 12:46:19 +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: 234969f2-72ec-48a7-9b14-4113e76fed28 X-Archives-Hash: be3a70a72e191793323e3bedf28ccbbe commit: a39295d7fe95cdc2632429590af75e936627795e Author: Martin Dummer gmx net> AuthorDate: Sat May 11 10:56:05 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jun 10 12:45:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a39295d7 media-plugins/vdr-dvbsddevice: update EAPI 7 -> 8 Signed-off-by: Martin Dummer gmx.net> Signed-off-by: Joonas Niilola gentoo.org> media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild b/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild index c0e681720061..43cc768ddc14 100644 --- a/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild +++ b/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.2.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vdr-plugin-2 @@ -9,11 +9,11 @@ DESCRIPTION="VDR Plugin: output device for the 'Full Featured' SD DVB Card" HOMEPAGE="http://www.tvdr.de/" SRC_URI="http://ftp.tvdr.de/Plugins/${P}.tgz" -KEYWORDS="amd64 x86" -SLOT="0" LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 x86" -DEPEND=">=media-video/vdr-2.2.0" +DEPEND="media-video/vdr" RDEPEND="${DEPEND}" src_install() {