Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 757555
Collapse All | Expand All

(-)a/app-misc/c_rehash/c_rehash-1.7-r1.ebuild (-4 / +2 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=7
5
5
6
DESCRIPTION="c_rehash script from OpenSSL"
6
DESCRIPTION="c_rehash script from OpenSSL"
7
HOMEPAGE="https://www.openssl.org/ https://github.com/pld-linux/openssl/"
7
HOMEPAGE="https://www.openssl.org/ https://github.com/pld-linux/openssl/"
Lines 10-23 SRC_URI="https://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openssl/openssl-c Link Here
10
LICENSE="openssl"
10
LICENSE="openssl"
11
SLOT="0"
11
SLOT="0"
12
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"
12
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"
13
IUSE=""
14
13
15
RDEPEND="!<dev-libs/openssl-1.0.2d-r1:0"
14
RDEPEND="!<dev-libs/openssl-1.0.2d-r1:0"
16
DEPEND="${RDEPEND}"
15
DEPEND="${RDEPEND}"
17
16
18
S=${WORKDIR}
17
S=${WORKDIR}
19
18
20
src_prepare() {
19
src_configure() {
21
	SSL_CNF_DIR="/etc/ssl"
20
	SSL_CNF_DIR="/etc/ssl"
22
	sed \
21
	sed \
23
		-e "/^DIR=/s:=.*:=${EPREFIX}${SSL_CNF_DIR}:" \
22
		-e "/^DIR=/s:=.*:=${EPREFIX}${SSL_CNF_DIR}:" \
24
- 

Return to bug 757555