Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/evisum/
Date: Fri, 01 Jan 2021 15:37:38
Message-Id: 1609515447.12d6422efc239099665d76c0504bbfe258ff4558.juippis@gentoo
1 commit: 12d6422efc239099665d76c0504bbfe258ff4558
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 15:34:56 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 15:37:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d6422e
7
8 sys-process/evisum: stabilize 0.5.8 on amd64
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sys-process/evisum/evisum-0.5.8.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-process/evisum/evisum-0.5.8.ebuild b/sys-process/evisum/evisum-0.5.8.ebuild
16 index 34be85ce9cc..3f258eefa3b 100644
17 --- a/sys-process/evisum/evisum-0.5.8.ebuild
18 +++ b/sys-process/evisum/evisum-0.5.8.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
26
27 LICENSE="GPL-2 ISC"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31
32 DEPEND="dev-libs/efl"
33 RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )"