From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1075480-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 EFE20138334 for <garchives@archives.gentoo.org>; Sun, 3 Mar 2019 17:58:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D2BCE0823; Sun, 3 Mar 2019 17:58:28 +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 E790DE0823 for <gentoo-commits@lists.gentoo.org>; Sun, 3 Mar 2019 17:58:27 +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 B6960335D1A for <gentoo-commits@lists.gentoo.org>; Sun, 3 Mar 2019 17:58:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36F5C44B for <gentoo-commits@lists.gentoo.org>; Sun, 3 Mar 2019 17:58:25 +0000 (UTC) From: "Matt Turner" <mattst88@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, "Matt Turner" <mattst88@gentoo.org> Message-ID: <1551635851.e6bafd8b4cb3f8ccdf5e8d3882e9a70fa36dccae.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/listres/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/listres/listres-1.0.4.ebuild X-VCS-Directories: x11-apps/listres/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e6bafd8b4cb3f8ccdf5e8d3882e9a70fa36dccae X-VCS-Branch: master Date: Sun, 3 Mar 2019 17:58:25 +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: ffa4b137-529f-4cdf-bd87-00b6a076c425 X-Archives-Hash: ca609ebcd0ab57b40cac4e750a83d5d6 commit: e6bafd8b4cb3f8ccdf5e8d3882e9a70fa36dccae Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Mar 3 17:57:23 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Mar 3 17:57:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6bafd8b x11-apps/listres: EAPI 7 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-apps/listres/listres-1.0.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-apps/listres/listres-1.0.4.ebuild b/x11-apps/listres/listres-1.0.4.ebuild index 5e74d8d310e..d06a8dcf280 100644 --- a/x11-apps/listres/listres-1.0.4.ebuild +++ b/x11-apps/listres/listres-1.0.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 -inherit xorg-2 +inherit xorg-3 DESCRIPTION="list resources in widgets" KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86"