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:
epsilonKNOT
2020-11-23 07:24:57 -05:00
parent b8c8630254
commit d70e31ee01
2 changed files with 14 additions and 0 deletions

View File

@@ -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

View File

@@ -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