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 32A21158020 for ; Sat, 12 Nov 2022 17:48:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99DD0E08CA; Sat, 12 Nov 2022 17:48:46 +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 77ED2E08C8 for ; Sat, 12 Nov 2022 17:48:46 +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 9A1F8341091 for ; Sat, 12 Nov 2022 17:48:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03B0E764 for ; Sat, 12 Nov 2022 17:48:42 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1668274704.7ef9bdbc6cc62dfe5391d439e836b916adc75f4a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/xine-ui/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/xine-ui/xine-ui-0.99.13.ebuild X-VCS-Directories: media-video/xine-ui/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7ef9bdbc6cc62dfe5391d439e836b916adc75f4a X-VCS-Branch: master Date: Sat, 12 Nov 2022 17:48:42 +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: dac44b64-9d8f-4159-99aa-86ac55fb0e4e X-Archives-Hash: 13800852dc9a8696db14eda72b87a7e7 commit: 7ef9bdbc6cc62dfe5391d439e836b916adc75f4a Author: Matt Turner gentoo org> AuthorDate: Sat Nov 12 17:38:24 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Nov 12 17:38:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef9bdbc media-video/xine-ui: Drop unused inherits Signed-off-by: Matt Turner gentoo.org> media-video/xine-ui/xine-ui-0.99.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/xine-ui/xine-ui-0.99.13.ebuild b/media-video/xine-ui/xine-ui-0.99.13.ebuild index 9bd717622251..417340a777c5 100644 --- a/media-video/xine-ui/xine-ui-0.99.13.ebuild +++ b/media-video/xine-ui/xine-ui-0.99.13.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools gnome2-utils xdg-utils +inherit autotools xdg-utils DESCRIPTION="Xine movie player" HOMEPAGE="https://xine-project.org/home"