diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-01-01 17:34:56 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-01 17:37:27 +0200 |
commit | 12d6422efc239099665d76c0504bbfe258ff4558 (patch) | |
tree | 4d80c735827fde007da5093398665d6cc0827ec9 /sys-process | |
parent | sys-devel/llvm: fix usage of libc++, bug #762898 (diff) | |
download | gentoo-12d6422efc239099665d76c0504bbfe258ff4558.tar.gz gentoo-12d6422efc239099665d76c0504bbfe258ff4558.tar.bz2 gentoo-12d6422efc239099665d76c0504bbfe258ff4558.zip |
sys-process/evisum: stabilize 0.5.8 on amd64
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/evisum/evisum-0.5.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-process/evisum/evisum-0.5.8.ebuild b/sys-process/evisum/evisum-0.5.8.ebuild index 34be85ce9ccf..3f258eefa3be 100644 --- a/sys-process/evisum/evisum-0.5.8.ebuild +++ b/sys-process/evisum/evisum-0.5.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz" LICENSE="GPL-2 ISC" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND="dev-libs/efl" RDEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] )" |