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 2A34E138359 for ; Mon, 23 Nov 2020 12:26:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F7F8E0809; Mon, 23 Nov 2020 12:26:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BAAEFE0815 for ; Mon, 23 Nov 2020 12:25:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 636E7340806 for ; Mon, 23 Nov 2020 12:25:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6CF1468 for ; Mon, 23 Nov 2020 12:25:56 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1606134297.d70e31ee01a6a78b12b6582ba0663a61ca4979fd.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: d70e31ee01a6a78b12b6582ba0663a61ca4979fd X-VCS-Branch: dev Date: Mon, 23 Nov 2020 12:25:56 +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: 4a0f230d-6b98-4a40-825c-cf7baa4ec7d2 X-Archives-Hash: be0f1a88f1fe6d5cffebd29100d8a302 commit: d70e31ee01a6a78b12b6582ba0663a61ca4979fd Author: epsilonKNOT aisha cc> AuthorDate: Mon Nov 23 12:24:57 2020 +0000 Commit: Aisha Tammy aisha cc> 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