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 10F38138334 for ; Thu, 28 Feb 2019 15:51:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28424E08AD; Thu, 28 Feb 2019 15:51:49 +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 F0477E08AD for ; Thu, 28 Feb 2019 15:51:48 +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 40839335D12 for ; Thu, 28 Feb 2019 15:51:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9AF3546 for ; Thu, 28 Feb 2019 15:51:45 +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: <1551369091.83eba5f17ed07ca56a2a3fd7c79df102ebe785c4.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-wm/sway/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-wm/sway/sway-9999.ebuild X-VCS-Directories: gui-wm/sway/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 83eba5f17ed07ca56a2a3fd7c79df102ebe785c4 X-VCS-Branch: master Date: Thu, 28 Feb 2019 15:51:45 +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: 317295d5-5834-4145-9f31-00cfd4aa700d X-Archives-Hash: 1460dbc978e76e4d31244c53501aadd6 commit: 83eba5f17ed07ca56a2a3fd7c79df102ebe785c4 Author: Matthew Thode gentoo org> AuthorDate: Thu Feb 28 15:51:08 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Thu Feb 28 15:51:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83eba5f1 gui-wm/sway: fix doc builds for sway-9999 Fixes: https://bugs.gentoo.org/679020 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> gui-wm/sway/sway-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild index 7d50826b43b..3680e46353a 100644 --- a/gui-wm/sway/sway-9999.ebuild +++ b/gui-wm/sway/sway-9999.ebuild @@ -55,6 +55,11 @@ BDEPEND=" virtual/pkgconfig man? ( >=app-text/scdoc-1.8.1 ) " +if [[ ${PV} == 9999 ]]; then + BDEPEND+="~app-text/scdoc-9999" +else + BDEPEND+="~app-text/scdoc=-1.9.0" +fi src_prepare() { default