From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1179385-garchives=archives.gentoo.org@lists.gentoo.org> 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 7F7A31382C5 for <garchives@archives.gentoo.org>; Sat, 13 Jun 2020 16:35:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2EB8E0D4B; Sat, 13 Jun 2020 16:35:57 +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 8DAD7E0D4B for <gentoo-commits@lists.gentoo.org>; Sat, 13 Jun 2020 16:35:57 +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 75CAA34EBFB for <gentoo-commits@lists.gentoo.org>; Sat, 13 Jun 2020 16:35:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 248B5288 for <gentoo-commits@lists.gentoo.org>; Sat, 13 Jun 2020 16:35:54 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org> Message-ID: <1592066136.873e1c7ae76a5bb680f22f5d4375de62cae20a52.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/devhelp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/devhelp/devhelp-3.34.0.ebuild X-VCS-Directories: dev-util/devhelp/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 873e1c7ae76a5bb680f22f5d4375de62cae20a52 X-VCS-Branch: master Date: Sat, 13 Jun 2020 16:35:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f060471-d1a5-46cb-9f32-5c06050dbc6b X-Archives-Hash: 8bbf165a3c31b664d429f26f07c39359 commit: 873e1c7ae76a5bb680f22f5d4375de62cae20a52 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sat Jun 13 16:35:26 2020 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sat Jun 13 16:35:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873e1c7a dev-util/devhelp: EAPI-7 port tiny QA fix Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> dev-util/devhelp/devhelp-3.34.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/devhelp/devhelp-3.34.0.ebuild b/dev-util/devhelp/devhelp-3.34.0.ebuild index 43fa237bca8..f3b8ff31628 100644 --- a/dev-util/devhelp/devhelp-3.34.0.ebuild +++ b/dev-util/devhelp/devhelp-3.34.0.ebuild @@ -66,7 +66,7 @@ src_configure() { src_install() { meson_src_install - use gedit && python_optimize "${ED%/}"/usr/$(get_libdir)/gedit/plugins + use gedit && python_optimize "${ED}"/usr/$(get_libdir)/gedit/plugins } pkg_postinst() {