Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdo/
Date: Sun, 17 Nov 2019 22:10:30
Message-Id: 1574028564.6cf74ca00e0cf2e03757162b676f3d2b277aadb2.radhermit@gentoo
1 commit: 6cf74ca00e0cf2e03757162b676f3d2b277aadb2
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 21:43:35 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 22:09:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf74ca0
7
8 x11-misc/xdo: update to EAPI 7
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 x11-misc/xdo/xdo-0.5.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-misc/xdo/xdo-0.5.7.ebuild b/x11-misc/xdo/xdo-0.5.7.ebuild
16 index 785b54546ac..ae6c203a126 100644
17 --- a/x11-misc/xdo/xdo-0.5.7.ebuild
18 +++ b/x11-misc/xdo/xdo-0.5.7.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26 inherit toolchain-funcs
27
28 DESCRIPTION="Small X utility to perform elementary actions on windows"