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 13767138350 for ; Fri, 14 Feb 2020 16:57:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D724CE0858; Fri, 14 Feb 2020 16:57:22 +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 B72CDE0858 for ; Fri, 14 Feb 2020 16:57:22 +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 5750534EAC3 for ; Fri, 14 Feb 2020 16:57:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D807EAF for ; Fri, 14 Feb 2020 16:57:18 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1581699401.30ff73858ebd96db77859039145b00655f4837cb.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/mako/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/mako/mako-1.4.1.ebuild X-VCS-Directories: gui-apps/mako/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 30ff73858ebd96db77859039145b00655f4837cb X-VCS-Branch: master Date: Fri, 14 Feb 2020 16:57:18 +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: e1bd0674-494e-4272-9259-0cf8d84a5793 X-Archives-Hash: a3b29e10835344f62a105232624a5a7a commit: 30ff73858ebd96db77859039145b00655f4837cb Author: Benjamin Neff coding4coffee ch> AuthorDate: Fri Feb 14 10:36:26 2020 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Feb 14 16:56:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ff7385 gui-apps/mako: needs scdoc >=1.9.7 to build Signed-off-by: Benjamin Neff coding4coffee.ch> Signed-off-by: Matthew Thode gentoo.org> gui-apps/mako/mako-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/mako/mako-1.4.1.ebuild b/gui-apps/mako/mako-1.4.1.ebuild index 81f1f8cad45..3596f2bb146 100644 --- a/gui-apps/mako/mako-1.4.1.ebuild +++ b/gui-apps/mako/mako-1.4.1.ebuild @@ -39,7 +39,7 @@ RDEPEND=" " BDEPEND=" virtual/pkgconfig - app-text/scdoc + >=app-text/scdoc-1.9.7 " src_configure() {