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 9FF1A1382C5 for ; Mon, 17 May 2021 19:12:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84B0EE0826; Mon, 17 May 2021 19:11:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 394DAE0824 for ; Mon, 17 May 2021 19:11: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 4068734101E for ; Mon, 17 May 2021 19:11:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45E0279A for ; Mon, 17 May 2021 19:11:53 +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: <1621233192.ef20b2daad45ed4239bcc64742bbfb55b25a3e63.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/owncast/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/owncast/owncast-0.0.7.ebuild X-VCS-Directories: media-video/owncast/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ef20b2daad45ed4239bcc64742bbfb55b25a3e63 X-VCS-Branch: master Date: Mon, 17 May 2021 19:11:53 +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: 0c9b1537-7cd5-4d8a-906a-5f66deb2648f X-Archives-Hash: d010b74f4fe35fc81ed1bbd95665b6db commit: ef20b2daad45ed4239bcc64742bbfb55b25a3e63 Author: Karl-Johan Karlsson lysator liu se> AuthorDate: Mon May 17 06:33:12 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon May 17 06:33:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef20b2da media-video/owncast: remove unused golang-build eclass Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Karl-Johan Karlsson lysator.liu.se> media-video/owncast/owncast-0.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/owncast/owncast-0.0.7.ebuild b/media-video/owncast/owncast-0.0.7.ebuild index 1ba296b3b..d9bba20fa 100644 --- a/media-video/owncast/owncast-0.0.7.ebuild +++ b/media-video/owncast/owncast-0.0.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit go-module golang-build +inherit go-module DESCRIPTION="A self-hosted live video and web chat server" HOMEPAGE="https://owncast.online"