diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-03-03 09:57:23 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-03 09:57:31 -0800 |
commit | e6bafd8b4cb3f8ccdf5e8d3882e9a70fa36dccae (patch) | |
tree | 1b2686ac43e04261f78bd3880a08d4f21a304ccd /x11-apps/listres | |
parent | x11-apps/xdm: Remove now unnecessary multilib inherit (diff) | |
download | gentoo-e6bafd8b4cb3f8ccdf5e8d3882e9a70fa36dccae.tar.gz gentoo-e6bafd8b4cb3f8ccdf5e8d3882e9a70fa36dccae.tar.bz2 gentoo-e6bafd8b4cb3f8ccdf5e8d3882e9a70fa36dccae.zip |
x11-apps/listres: EAPI 7
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/listres')
-rw-r--r-- | x11-apps/listres/listres-1.0.4.ebuild | 6 |
1 files 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 5e74d8d310e1..d06a8dcf2808 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" |