From 5e3bef0cc369d7eed26769ea6bc3419046220037 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 26 Mar 2021 20:48:10 +0100 Subject: app-misc/c_rehash: EAPI 7 Closes: https://bugs.gentoo.org/757555 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael Signed-off-by: David Seifert --- app-misc/c_rehash/c_rehash-1.7-r1.ebuild | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/app-misc/c_rehash/c_rehash-1.7-r1.ebuild b/app-misc/c_rehash/c_rehash-1.7-r1.ebuild index 4f631bdca8e1..5ad7624ea5b6 100644 --- a/app-misc/c_rehash/c_rehash-1.7-r1.ebuild +++ b/app-misc/c_rehash/c_rehash-1.7-r1.ebuild @@ -1,31 +1,28 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="c_rehash script from OpenSSL" HOMEPAGE="https://www.openssl.org/ https://github.com/pld-linux/openssl/" SRC_URI="https://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openssl/openssl-c_rehash.sh?rev=${PV} -> openssl-c_rehash.sh.${PV}" +S="${WORKDIR}" LICENSE="openssl" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" RDEPEND="! "${WORKDIR}"/c_rehash || die #416717 } src_install() { - dobin "${WORKDIR}"/c_rehash + dobin c_rehash } -- cgit v1.2.3-65-gdbad