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 6DF871382C5 for ; Mon, 18 Jan 2021 21:10:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84BD7E0884; Mon, 18 Jan 2021 21:10:15 +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 5A235E087E for ; Mon, 18 Jan 2021 21:10:15 +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 5C716340E8B for ; Mon, 18 Jan 2021 21:10:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4DDD4A4 for ; Mon, 18 Jan 2021 21:10:10 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1611004194.40ce52f68ec03430cbe84366942bda47f3de6489.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/libgnomekbd/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/libgnomekbd/libgnomekbd-3.26.1.ebuild X-VCS-Directories: gnome-base/libgnomekbd/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 40ce52f68ec03430cbe84366942bda47f3de6489 X-VCS-Branch: master Date: Mon, 18 Jan 2021 21:10:10 +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: 7c33d144-ddf8-4ecb-a41c-0f7e2ff1b394 X-Archives-Hash: 6fda353a9adc3fd6deaf7f615b2a0e8f commit: 40ce52f68ec03430cbe84366942bda47f3de6489 Author: David Michael gmail com> AuthorDate: Sat Dec 26 02:31:38 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jan 18 21:09:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ce52f6 gnome-base/libgnomekbd: EAPI 7 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> gnome-base/libgnomekbd/libgnomekbd-3.26.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.26.1.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.26.1.ebuild index 8ba0aec7a5c..8b6422e1ad9 100644 --- a/gnome-base/libgnomekbd/libgnomekbd-3.26.1.ebuild +++ b/gnome-base/libgnomekbd/libgnomekbd-3.26.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit gnome2 @@ -21,7 +21,8 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" dev-util/glib-utils >=sys-devel/gettext-0.19.4 virtual/pkgconfig