diff options
author | Sam James <sam@gentoo.org> | 2021-01-12 23:56:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-12 23:56:44 +0000 |
commit | 2ebd46632288122469eafbb60680ba9ceadc0200 (patch) | |
tree | fea261788cda8b3afbbc9d141aea3fe6c322cf98 /media-gfx/maim | |
parent | x11-misc/slop: Stabilize 7.5 amd64, #764896 (diff) | |
download | gentoo-2ebd46632288122469eafbb60680ba9ceadc0200.tar.gz gentoo-2ebd46632288122469eafbb60680ba9ceadc0200.tar.bz2 gentoo-2ebd46632288122469eafbb60680ba9ceadc0200.zip |
media-gfx/maim: Stabilize 5.6.3 amd64, #764896
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/maim')
-rw-r--r-- | media-gfx/maim/maim-5.6.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/maim/maim-5.6.3.ebuild b/media-gfx/maim/maim-5.6.3.ebuild index 561201c54d12..1e8914586a32 100644 --- a/media-gfx/maim/maim-5.6.3.ebuild +++ b/media-gfx/maim/maim-5.6.3.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 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/naelstrof/maim.git" else SRC_URI="https://github.com/naelstrof/maim/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3" |