mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
net-misc/gmid: edo
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -6,7 +6,7 @@ EAPI=8
|
||||
SSL_DAYS=36500
|
||||
SSL_CERT_MANDATORY=1
|
||||
VERIFY_SIG_METHOD="signify"
|
||||
inherit ssl-cert systemd toolchain-funcs verify-sig
|
||||
inherit edo ssl-cert systemd toolchain-funcs verify-sig
|
||||
|
||||
DESCRIPTION="Simple and secure Gemini server"
|
||||
HOMEPAGE="https://gmid.omarpolo.com"
|
||||
@@ -73,7 +73,7 @@ src_configure() {
|
||||
$(use_enable seccomp sandbox)
|
||||
)
|
||||
|
||||
./configure "${conf_args[@]}" || die
|
||||
edo ./configure "${conf_args[@]}" || die
|
||||
|
||||
if use seccomp && has usersandbox ${FEATURES} ; then
|
||||
export SKIP_RUNTIME_TESTS=1
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=8
|
||||
SSL_DAYS=36500
|
||||
SSL_CERT_MANDATORY=1
|
||||
VERIFY_SIG_METHOD="signify"
|
||||
inherit ssl-cert systemd toolchain-funcs verify-sig
|
||||
inherit edo ssl-cert systemd toolchain-funcs verify-sig
|
||||
|
||||
DESCRIPTION="Simple and secure Gemini server"
|
||||
HOMEPAGE="https://gmid.omarpolo.com"
|
||||
@@ -68,22 +68,18 @@ src_configure() {
|
||||
|
||||
# note: not an autoconf configure script
|
||||
conf_args=(
|
||||
PREFIX="${EPREFIX}"/usr/share
|
||||
BINDIR="${EPREFIX}"/usr/bin
|
||||
PREFIX="${EPREFIX}"/usr
|
||||
MANDIR="${EPREFIX}"/usr/share/man
|
||||
$(use_enable seccomp sandbox)
|
||||
)
|
||||
|
||||
./configure "${conf_args[@]}" || die
|
||||
edo ./configure "${conf_args[@]}" || die
|
||||
|
||||
if use seccomp && has usersandbox ${FEATURES} ; then
|
||||
export SKIP_RUNTIME_TESTS=1
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake regress
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user