diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-11-21 15:36:37 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-21 15:38:42 +0100 |
commit | 8938ea97da4e035d2f217184cef8c642caa18cd0 (patch) | |
tree | 54b564bab8d5eeec01c305b720c63c45635cb206 /app-eselect | |
parent | www-apps/gitea: fix the execution logic of 'tmpfiles_process' (diff) | |
download | gentoo-8938ea97da4e035d2f217184cef8c642caa18cd0.tar.gz gentoo-8938ea97da4e035d2f217184cef8c642caa18cd0.tar.bz2 gentoo-8938ea97da4e035d2f217184cef8c642caa18cd0.zip |
app-eselect/eselect-pinentry: Drop useless default_src_install
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-pinentry/eselect-pinentry-0.7.3.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |