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 07D481382C5 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 53737E0877; Mon, 18 Jan 2021 21:10:15 +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 3DA02E0877 for ; Mon, 18 Jan 2021 21:10:15 +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 509B5340CC9 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 E96D54A5 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: <1611004195.8b037ccee14ce5fc7c3bfc57a57f37e64f9b932d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/libgtop/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/libgtop/libgtop-2.40.0-r1.ebuild X-VCS-Directories: gnome-base/libgtop/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8b037ccee14ce5fc7c3bfc57a57f37e64f9b932d 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: 649abdce-5c10-4498-ac3f-45e6d382f214 X-Archives-Hash: 53469981b3de5d530c0090d9532181ac commit: 8b037ccee14ce5fc7c3bfc57a57f37e64f9b932d Author: David Michael gmail com> AuthorDate: Sat Dec 26 02:32:40 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jan 18 21:09:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b037cce gnome-base/libgtop: EAPI 7 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> gnome-base/libgtop/libgtop-2.40.0-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnome-base/libgtop/libgtop-2.40.0-r1.ebuild b/gnome-base/libgtop/libgtop-2.40.0-r1.ebuild index 454fa3ec224..a724366d9e2 100644 --- a/gnome-base/libgtop/libgtop-2.40.0-r1.ebuild +++ b/gnome-base/libgtop/libgtop-2.40.0-r1.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 GNOME2_EAUTORECONF="yes" inherit flag-o-matic gnome2 @@ -18,7 +18,8 @@ RDEPEND=" >=dev-libs/glib-2.26:2 introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" >=dev-util/gtk-doc-am-1.4 >=sys-devel/gettext-0.19.6 virtual/pkgconfig