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 AF026138351 for ; Mon, 13 Apr 2020 08:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FB9FE08E0; Mon, 13 Apr 2020 08:31:43 +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 85D16E08E0 for ; Mon, 13 Apr 2020 08:31:43 +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 796E534F1E7 for ; Mon, 13 Apr 2020 08:31:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82635197 for ; Mon, 13 Apr 2020 08:31:39 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1586766678.e43f9478ead5ff20a223312de9b520175983d1b4.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty/kitty-9999.ebuild X-VCS-Directories: x11-terms/kitty/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e43f9478ead5ff20a223312de9b520175983d1b4 X-VCS-Branch: master Date: Mon, 13 Apr 2020 08:31:39 +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: 15d12306-d724-4f5d-8b4c-02a654fe549c X-Archives-Hash: e15fd635d8f33c13c1456706df353562 commit: e43f9478ead5ff20a223312de9b520175983d1b4 Author: end222 gmail com> AuthorDate: Sat Apr 11 16:13:14 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Apr 13 08:31:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43f9478 x11-terms/kitty: fix and split live ebuild Signed-off-by: Pablo Orduna gmail.com> Closes: https://bugs.gentoo.org/716852 Signed-off-by: Joonas Niilola gentoo.org> x11-terms/kitty/kitty-9999.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 96dbc6f15d6..2458ef6749d 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -30,14 +30,15 @@ RDEPEND=" >=media-libs/harfbuzz-1.5.0:= media-libs/libcanberra media-libs/libpng:0= + sys-apps/dbus + sys-libs/zlib x11-libs/libxcb[xkb] x11-libs/libXcursor x11-libs/libXi x11-libs/libXinerama x11-libs/libxkbcommon[X] x11-libs/libXrandr - sys-apps/dbus - sys-libs/zlib + x11-terms/kitty-terminfo wayland? ( dev-libs/wayland >=dev-libs/wayland-protocols-1.17 @@ -51,10 +52,12 @@ DEPEND="${RDEPEND} BDEPEND="virtual/pkgconfig" -[[ ${PV} == *9999 ]] && BDEPEND+=" >=dev-python/sphinx-1.7" +[[ ${PV} == *9999 ]] && BDEPEND+=" + $(python_gen_cond_dep '>=dev-python/sphinx-1.7[${PYTHON_MULTI_USEDEP}]')" PATCHES=( "${FILESDIR}"/kitty-0.17.2-flags.patch + "${FILESDIR}"/kitty-0.16.0-remove-terminfo.patch "${FILESDIR}"/${PN}-0.14.4-svg-icon.patch )