commit:     57bf7be44eb241023ea52d7087a688ec4c82efdd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 22:53:42 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 22:53:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57bf7be4

media-libs/exiftool: fix DIST_TEST

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/exiftool/exiftool-12.30.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/media-libs/exiftool/exiftool-12.30.ebuild 
b/media-libs/exiftool/exiftool-12.30.ebuild
index debd1e4016eb..c321168d12db 100644
--- a/media-libs/exiftool/exiftool-12.30.ebuild
+++ b/media-libs/exiftool/exiftool-12.30.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,6 +7,7 @@ EAPI=7
 # Ideally don't bump to non-production at all, but certainly don't stable.
 
 DIST_NAME=Image-ExifTool
+DIST_TEST="do"
 inherit perl-module
 
 DESCRIPTION="Read and write meta information in image, audio and video files"
@@ -17,8 +18,6 @@ SLOT="0"
 KEYWORDS="amd64 arm64 ppc ppc64 x86 ~x64-macos"
 IUSE="doc"
 
-SRC_TEST="do"
-
 src_install() {
        perl-module_src_install
        use doc && dodoc -r html/

Reply via email to