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 7D3C6158095 for ; Sat, 8 Oct 2022 20:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB133E0882; Sat, 8 Oct 2022 20:01:47 +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 5FDAFE087A for ; Sat, 8 Oct 2022 20:01:47 +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 396C0341109 for ; Sat, 8 Oct 2022 20:01:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7668F602 for ; Sat, 8 Oct 2022 20:01:44 +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: <1665259289.1a5b4e2cfc40c58a7413961b9079692eee431a7b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/unp/unp-2.0_pre9.ebuild X-VCS-Directories: app-arch/unp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1a5b4e2cfc40c58a7413961b9079692eee431a7b X-VCS-Branch: master Date: Sat, 8 Oct 2022 20:01:44 +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: 1de45297-bbf0-4a7d-a212-92945a9a4917 X-Archives-Hash: 5df36e9f02382d14fc7809e0364a8a8e commit: 1a5b4e2cfc40c58a7413961b9079692eee431a7b Author: Sam James gentoo org> AuthorDate: Sat Oct 8 19:54:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 20:01:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5b4e2c app-arch/unp: fix DeprecatedEclass (eutils) Signed-off-by: Sam James gentoo.org> app-arch/unp/unp-2.0_pre9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/unp/unp-2.0_pre9.ebuild b/app-arch/unp/unp-2.0_pre9.ebuild index 229c3c81f0dd..5656064e6772 100644 --- a/app-arch/unp/unp-2.0_pre9.ebuild +++ b/app-arch/unp/unp-2.0_pre9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit eutils bash-completion-r1 +inherit bash-completion-r1 strip-linguas DESCRIPTION="Script for unpacking various file formats" HOMEPAGE="https://packages.qa.debian.org/u/unp.html"