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 30F41158099 for ; Tue, 21 Nov 2023 14:38:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 642CF2BC034; Tue, 21 Nov 2023 14:38:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 45D642BC034 for ; Tue, 21 Nov 2023 14:38:57 +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 3C786335D74 for ; Tue, 21 Nov 2023 14:38:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2F391397 for ; Tue, 21 Nov 2023 14:38:53 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1700577522.8938ea97da4e035d2f217184cef8c642caa18cd0.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-pinentry/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-pinentry/eselect-pinentry-0.7.3.ebuild X-VCS-Directories: app-eselect/eselect-pinentry/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8938ea97da4e035d2f217184cef8c642caa18cd0 X-VCS-Branch: master Date: Tue, 21 Nov 2023 14:38:53 +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: 2a6cb8b8-a818-41ee-9bdb-aad0afd04ef2 X-Archives-Hash: 96c0eb836e49921e316e3e3c26c39eba commit: 8938ea97da4e035d2f217184cef8c642caa18cd0 Author: Ulrich Müller gentoo org> AuthorDate: Tue Nov 21 14:36:37 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Nov 21 14:38:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8938ea97 app-eselect/eselect-pinentry: Drop useless default_src_install Signed-off-by: Ulrich Müller gentoo.org> app-eselect/eselect-pinentry/eselect-pinentry-0.7.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.3.ebuild b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.3.ebuild index b7fd5011efb3..d11b66c06bdc 100644 --- a/app-eselect/eselect-pinentry/eselect-pinentry-0.7.3.ebuild +++ b/app-eselect/eselect-pinentry/eselect-pinentry-0.7.3.ebuild @@ -14,7 +14,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~ RDEPEND=">=app-eselect/eselect-lib-bin-symlink-0.1.1" src_install() { - default insinto /usr/share/eselect/modules newins "${FILESDIR}"/pinentry.eselect-${PV} pinentry.eselect }