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 1191E138359 for ; Mon, 3 Aug 2020 18:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 306DDE0863; Mon, 3 Aug 2020 18:30:40 +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 11CE5E0863 for ; Mon, 3 Aug 2020 18:30:40 +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 21F9F34EEAB for ; Mon, 3 Aug 2020 18:30:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74350274 for ; Mon, 3 Aug 2020 18:30:33 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1596479412.3d0366096e6a57e1d18bc0aba912a744764d377b.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tkcvs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/tkcvs/tkcvs-9.3.2.ebuild X-VCS-Directories: dev-vcs/tkcvs/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 3d0366096e6a57e1d18bc0aba912a744764d377b X-VCS-Branch: master Date: Mon, 3 Aug 2020 18:30:33 +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: ca6ff16e-1eae-4f96-907b-82d61a0e78e9 X-Archives-Hash: 165c6479541b6d344367448a983cc941 commit: 3d0366096e6a57e1d18bc0aba912a744764d377b Author: Alfredo Tupone gentoo org> AuthorDate: Mon Aug 3 18:30:12 2020 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Aug 3 18:30:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d036609 dev-vcs/tkcvs: inherits desktop Closes: https://bugs.gentoo.org/735182 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alfredo Tupone gentoo.org> dev-vcs/tkcvs/tkcvs-9.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/tkcvs/tkcvs-9.3.2.ebuild b/dev-vcs/tkcvs/tkcvs-9.3.2.ebuild index 1ad6768bfff..2809f334529 100644 --- a/dev-vcs/tkcvs/tkcvs-9.3.2.ebuild +++ b/dev-vcs/tkcvs/tkcvs-9.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit eutils +inherit desktop MYP=${PN}_${PV} DESCRIPTION="Tcl/Tk-based graphical interface to CVS with Subversion support"