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 417F41382C5 for ; Tue, 6 Feb 2018 21:20:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 719C8E0C2F; Tue, 6 Feb 2018 21:20:45 +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 4FD2CE0C2F for ; Tue, 6 Feb 2018 21:20:44 +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 EE2E2335C50 for ; Tue, 6 Feb 2018 21:20:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 828BB1C9 for ; Tue, 6 Feb 2018 21:20:42 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1517951953.dda9d9a9d6147c34ba9b3611e170443f82520821.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty/kitty-0.7.1-r2.ebuild X-VCS-Directories: x11-terms/kitty/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: dda9d9a9d6147c34ba9b3611e170443f82520821 X-VCS-Branch: master Date: Tue, 6 Feb 2018 21:20:42 +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-Archives-Salt: e006dae1-fa0d-4726-9761-2e9bc0553191 X-Archives-Hash: 80da38a936707fff40fd85ff342a7fae commit: dda9d9a9d6147c34ba9b3611e170443f82520821 Author: Tim Harder gentoo org> AuthorDate: Tue Feb 6 21:19:13 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Feb 6 21:19:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda9d9a9 x11-terms/kitty: update DESCRIPTION x11-terms/kitty/kitty-0.7.1-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-terms/kitty/kitty-0.7.1-r2.ebuild b/x11-terms/kitty/kitty-0.7.1-r2.ebuild index 7977a707c43..c5b75623817 100644 --- a/x11-terms/kitty/kitty-0.7.1-r2.ebuild +++ b/x11-terms/kitty/kitty-0.7.1-r2.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{5,6} ) inherit python-single-r1 toolchain-funcs -DESCRIPTION="a cross-platform, fast, featureful, GPU-based terminal emulator" +DESCRIPTION="A modern, hackable, featureful, OpenGL-based terminal emulator" HOMEPAGE="https://github.com/kovidgoyal/kitty" SRC_URI="https://github.com/kovidgoyal/kitty/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -42,7 +42,8 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${P}-flags.patch - "${FILESDIR}"/${P}-svg-icon.patch) + "${FILESDIR}"/${P}-svg-icon.patch +) src_prepare() { default