mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
net-misc/purritobin: fix tests
Closes: https://bugs.gentoo.org/784689 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
@@ -30,12 +30,18 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
www-apps/uwebsockets
|
||||
"
|
||||
BDEPEND="test? ( sys-apps/coreutils )"
|
||||
|
||||
src_configure() {
|
||||
default
|
||||
tc-export CXX
|
||||
}
|
||||
|
||||
src_test() {
|
||||
P_DD_FLAGS="iflag=fullblock" \
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
|
||||
insinto /var/www/purritobin
|
||||
|
||||
@@ -30,12 +30,18 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
www-apps/uwebsockets
|
||||
"
|
||||
BDEPEND="test? ( sys-apps/coreutils )"
|
||||
|
||||
src_configure() {
|
||||
default
|
||||
tc-export CXX
|
||||
}
|
||||
|
||||
src_test() {
|
||||
P_DD_FLAGS="iflag=fullblock" \
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake PREFIX="/usr" MANDIR="/usr/share/man" DESTDIR="${ED}" install
|
||||
insinto /var/www/purritobin
|
||||
|
||||
Reference in New Issue
Block a user