diff options
author | Tim Harder <radhermit@gentoo.org> | 2021-01-23 00:56:48 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2021-01-23 00:58:27 -0700 |
commit | 1ffdc4f703c4d1f760592ed431f113ebd6f7e245 (patch) | |
tree | c3a48fb78b3b3e8f1c78d5ae33d704d4f91d630e /media-libs | |
parent | media-libs/exiftool: version bump to 12.16 (diff) | |
download | gentoo-1ffdc4f703c4d1f760592ed431f113ebd6f7e245.tar.gz gentoo-1ffdc4f703c4d1f760592ed431f113ebd6f7e245.tar.bz2 gentoo-1ffdc4f703c4d1f760592ed431f113ebd6f7e245.zip |
media-libs/exiftool: stabilize 12.08
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/exiftool/exiftool-12.08.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/exiftool/exiftool-12.08.ebuild b/media-libs/exiftool/exiftool-12.08.ebuild index 58ee12770a1c..579e441d9422 100644 --- a/media-libs/exiftool/exiftool-12.08.ebuild +++ b/media-libs/exiftool/exiftool-12.08.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 @@ HOMEPAGE="https://exiftool.org/" SRC_URI="https://exiftool.org/${DIST_P}.tar.gz" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos" +KEYWORDS="amd64 arm64 ppc ppc64 x86 ~x64-macos" IUSE="doc" SRC_TEST="do" |