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 42D8E138239 for ; Sat, 21 Sep 2019 02:59:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F465E0849; Sat, 21 Sep 2019 02:59:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 68CDDE0849 for ; Sat, 21 Sep 2019 02:59:25 +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 74C9934B437 for ; Sat, 21 Sep 2019 02:59:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 496DD764 for ; Sat, 21 Sep 2019 02:59:22 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1569034742.c34494dcdab224944b0b0155a75a44dc0637850e.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/mlterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/mlterm/mlterm-3.8.8-r1.ebuild x11-terms/mlterm/mlterm-3.8.8.ebuild X-VCS-Directories: x11-terms/mlterm/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: c34494dcdab224944b0b0155a75a44dc0637850e X-VCS-Branch: master Date: Sat, 21 Sep 2019 02:59:22 +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: 47e9c136-d1bd-4470-854c-ba286fabd4d7 X-Archives-Hash: c7f31195d89e5350d1f2636ad2da1fe8 commit: c34494dcdab224944b0b0155a75a44dc0637850e Author: Akinori Hattori gentoo org> AuthorDate: Sat Sep 21 02:57:48 2019 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Sep 21 02:59:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c34494dc x11-terms/mlterm: inherit desktop Closes: https://bugs.gentoo.org/694798 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Akinori Hattori gentoo.org> x11-terms/mlterm/{mlterm-3.8.8.ebuild => mlterm-3.8.8-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/mlterm/mlterm-3.8.8.ebuild b/x11-terms/mlterm/mlterm-3.8.8-r1.ebuild similarity index 99% rename from x11-terms/mlterm/mlterm-3.8.8.ebuild rename to x11-terms/mlterm/mlterm-3.8.8-r1.ebuild index c39aa4291b2..79c15d22959 100644 --- a/x11-terms/mlterm/mlterm-3.8.8.ebuild +++ b/x11-terms/mlterm/mlterm-3.8.8-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit eutils +inherit desktop DESCRIPTION="A multi-lingual terminal emulator" HOMEPAGE="http://mlterm.sourceforge.net/"