From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A53BC138359 for ; Mon, 23 Nov 2020 22:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B084E0878; Mon, 23 Nov 2020 22:06:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B7B6E0878 for ; Mon, 23 Nov 2020 22:06:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75D92340C50 for ; Mon, 23 Nov 2020 22:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1BEE473 for ; Mon, 23 Nov 2020 22:06:28 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1606134297.d70e31ee01a6a78b12b6582ba0663a61ca4979fd.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/purritobin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/purritobin/purritobin-0.3.0.ebuild net-misc/purritobin/purritobin-9999.ebuild X-VCS-Directories: net-misc/purritobin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d70e31ee01a6a78b12b6582ba0663a61ca4979fd X-VCS-Branch: master Date: Mon, 23 Nov 2020 22:06:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd6ce65c-f1fb-42c0-a5aa-18d600f1629f X-Archives-Hash: 5098584396f1f616ad2820b7a1462860 commit: d70e31ee01a6a78b12b6582ba0663a61ca4979fd Author: epsilonKNOT aisha cc> AuthorDate: Mon Nov 23 12:24:57 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Nov 23 12:24:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d70e31ee net-misc/purritobin: fix direct CXX call Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> net-misc/purritobin/purritobin-0.3.0.ebuild | 7 +++++++ net-misc/purritobin/purritobin-9999.ebuild | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/net-misc/purritobin/purritobin-0.3.0.ebuild b/net-misc/purritobin/purritobin-0.3.0.ebuild index 42d88a35..f8a74b7c 100644 --- a/net-misc/purritobin/purritobin-0.3.0.ebuild +++ b/net-misc/purritobin/purritobin-0.3.0.ebuild @@ -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 diff --git a/net-misc/purritobin/purritobin-9999.ebuild b/net-misc/purritobin/purritobin-9999.ebuild index 42d88a35..f8a74b7c 100644 --- a/net-misc/purritobin/purritobin-9999.ebuild +++ b/net-misc/purritobin/purritobin-9999.ebuild @@ -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