mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
net-misc/purritobin: fix direct CXX call
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
@@ -6,6 +6,8 @@ EAPI=7
|
||||
DESCRIPTION="minimalistic commandline pastebin"
|
||||
HOMEPAGE="https://bsd.ac"
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
|
||||
@@ -23,6 +25,11 @@ DEPEND="${RDEPEND}
|
||||
www-apps/uwebsockets
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
default
|
||||
tc-export CXX
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake PREFIX="/usr" DESTDIR="${ED}" install
|
||||
einstalldocs
|
||||
|
||||
@@ -6,6 +6,8 @@ EAPI=7
|
||||
DESCRIPTION="minimalistic commandline pastebin"
|
||||
HOMEPAGE="https://bsd.ac"
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/PurritoBin/PurritoBin.git"
|
||||
@@ -23,6 +25,11 @@ DEPEND="${RDEPEND}
|
||||
www-apps/uwebsockets
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
default
|
||||
tc-export CXX
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake PREFIX="/usr" DESTDIR="${ED}" install
|
||||
einstalldocs
|
||||
|
||||
Reference in New Issue
Block a user