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 A6428138350 for ; Sun, 16 Feb 2020 20:25:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1E64E085A; Sun, 16 Feb 2020 20:25:00 +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 B2464E085A for ; Sun, 16 Feb 2020 20:25:00 +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 B6A4A34E992 for ; Sun, 16 Feb 2020 20:24:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4819A10C for ; Sun, 16 Feb 2020 20:24:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581884607.698430af4f263225430195a4db07a5ddfd1ce75f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/geany/geany-1.34.1.ebuild X-VCS-Directories: dev-util/geany/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 698430af4f263225430195a4db07a5ddfd1ce75f X-VCS-Branch: master Date: Sun, 16 Feb 2020 20:24:58 +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: 95824fd7-b70a-467a-ace7-9c278b5f6c3c X-Archives-Hash: b645ecdd0c29e0d01a3e2713ee10c8dc commit: 698430af4f263225430195a4db07a5ddfd1ce75f Author: David Seifert gentoo org> AuthorDate: Sun Feb 16 20:23:27 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 16 20:23:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698430af dev-util/geany: [QA] inherit eutils.eclass directly Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-util/geany/geany-1.34.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/geany/geany-1.34.1.ebuild b/dev-util/geany/geany-1.34.1.ebuild index fb5edcef6f5..c6c518ef978 100644 --- a/dev-util/geany/geany-1.34.1.ebuild +++ b/dev-util/geany/geany-1.34.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit gnome2-utils xdg-utils +inherit eutils gnome2-utils xdg-utils LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja kk ko lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW" NOSHORTLANGS="en_GB zh_CN zh_TW"