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 1940F158094 for ; Sat, 8 Oct 2022 18:43:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63743E0729; Sat, 8 Oct 2022 18:43:21 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47C85E0729 for ; Sat, 8 Oct 2022 18:43:21 +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 2FD16340D68 for ; Sat, 8 Oct 2022 18:43:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 883355DD for ; Sat, 8 Oct 2022 18:43:18 +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: <1665254588.ac4bcd7cc3a10b7a82739257affc819fb05535ef.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/projectx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/projectx/projectx-0.91.0.10-r3.ebuild X-VCS-Directories: media-video/projectx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ac4bcd7cc3a10b7a82739257affc819fb05535ef X-VCS-Branch: master Date: Sat, 8 Oct 2022 18:43:18 +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: 02d02ddb-8111-409a-9eb5-47ab14c07d8a X-Archives-Hash: 68952f62e11a07d9ed1f73fc8e0927fb commit: ac4bcd7cc3a10b7a82739257affc819fb05535ef Author: Sam James gentoo org> AuthorDate: Sat Oct 8 18:43:00 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 18:43:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4bcd7c media-video/projectx: fix use of deprecated eutils Signed-off-by: Sam James gentoo.org> media-video/projectx/projectx-0.91.0.10-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/projectx/projectx-0.91.0.10-r3.ebuild b/media-video/projectx/projectx-0.91.0.10-r3.ebuild index 366fdb7843d2..25f2b25ae070 100644 --- a/media-video/projectx/projectx-0.91.0.10-r3.ebuild +++ b/media-video/projectx/projectx-0.91.0.10-r3.ebuild @@ -5,7 +5,7 @@ EAPI=7 JAVA_PKG_IUSE="doc source" -inherit desktop eutils java-pkg-2 java-ant-2 toolchain-funcs xdg +inherit desktop edos2unix java-pkg-2 java-ant-2 toolchain-funcs xdg XDG_P="xdg-20100731"