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 AF2E51382C5 for ; Mon, 7 Jun 2021 08:33:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFB9DE0898; Mon, 7 Jun 2021 08:33:36 +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 B7417E0895 for ; Mon, 7 Jun 2021 08:33:36 +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 DA46F340D8E for ; Mon, 7 Jun 2021 08:33:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 563837B2 for ; Mon, 7 Jun 2021 08:33:32 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1623054804.d870c6c3bc9c0581a486b835ff13fce2efe832eb.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/sakura/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/sakura/sakura-3.7.1.ebuild X-VCS-Directories: x11-terms/sakura/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d870c6c3bc9c0581a486b835ff13fce2efe832eb X-VCS-Branch: master Date: Mon, 7 Jun 2021 08:33:32 +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: 56a9a9ae-ab62-4d68-8c2e-a3dbd0adcaa0 X-Archives-Hash: 187a111c8ed90c39e93f5002f42c902f commit: d870c6c3bc9c0581a486b835ff13fce2efe832eb Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat May 8 17:37:03 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jun 7 08:33:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d870c6c3 x11-terms/sakura: update eclasses Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20731 Signed-off-by: Joonas Niilola gentoo.org> x11-terms/sakura/sakura-3.7.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-terms/sakura/sakura-3.7.1.ebuild b/x11-terms/sakura/sakura-3.7.1.ebuild index ab800b36599..104d146b985 100644 --- a/x11-terms/sakura/sakura-3.7.1.ebuild +++ b/x11-terms/sakura/sakura-3.7.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake eutils flag-o-matic xdg-utils + +inherit cmake flag-o-matic l10n xdg-utils DESCRIPTION="sakura is a terminal emulator based on GTK and VTE" HOMEPAGE="https://www.pleyades.net/david/projects/sakura"