Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/listres/
Date: Sun, 03 Mar 2019 17:58:28
Message-Id: 1551635851.e6bafd8b4cb3f8ccdf5e8d3882e9a70fa36dccae.mattst88@gentoo
1 commit: e6bafd8b4cb3f8ccdf5e8d3882e9a70fa36dccae
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 17:57:23 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 17:57:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6bafd8b
7
8 x11-apps/listres: EAPI 7
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/listres/listres-1.0.4.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/x11-apps/listres/listres-1.0.4.ebuild b/x11-apps/listres/listres-1.0.4.ebuild
16 index 5e74d8d310e..d06a8dcf280 100644
17 --- a/x11-apps/listres/listres-1.0.4.ebuild
18 +++ b/x11-apps/listres/listres-1.0.4.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=4
25 +EAPI=7
26
27 -inherit xorg-2
28 +inherit xorg-3
29
30 DESCRIPTION="list resources in widgets"
31 KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86"