diff options
author | Sam James <sam@gentoo.org> | 2022-07-02 23:53:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-02 23:53:42 +0100 |
commit | 57bf7be44eb241023ea52d7087a688ec4c82efdd (patch) | |
tree | 7a00c91b34b9f154d43819b323d322b1c04f75d5 /media-libs | |
parent | dev-libs/lockdev: fix DIST_TEST (diff) | |
download | gentoo-57bf7be44eb241023ea52d7087a688ec4c82efdd.tar.gz gentoo-57bf7be44eb241023ea52d7087a688ec4c82efdd.tar.bz2 gentoo-57bf7be44eb241023ea52d7087a688ec4c82efdd.zip |
media-libs/exiftool: fix DIST_TEST
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/exiftool/exiftool-12.30.ebuild | 5 |
1 files 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/ |