Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/i8kutils/
Date: Thu, 21 May 2020 07:53:36
Message-Id: 1590047452.af48e7826accc0c9aab3bde6829d68fdc622f797.ago@gentoo
1 commit: af48e7826accc0c9aab3bde6829d68fdc622f797
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 07:50:52 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 07:50:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af48e782
7
8 app-laptop/i8kutils: amd64 stable wrt bug #724016
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 app-laptop/i8kutils/i8kutils-1.42.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-laptop/i8kutils/i8kutils-1.42.ebuild b/app-laptop/i8kutils/i8kutils-1.42.ebuild
18 index a02cb3a89a8..1e16ace1869 100644
19 --- a/app-laptop/i8kutils/i8kutils-1.42.ebuild
20 +++ b/app-laptop/i8kutils/i8kutils-1.42.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -11,7 +11,7 @@ SRC_URI="https://launchpad.net/i8kutils/trunk/${PV}/+download/${P/-/_}.tar.xz"
28
29 LICENSE="GPL-3"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~x86"
32 +KEYWORDS="amd64 ~x86"
33 IUSE="tk"
34
35 DEPEND="tk? ( dev-lang/tk:0 )"