diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:52:49 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:52:49 +0200 |
commit | 7312ef8dd42b7f1c48e5591a61c473e89c9893ad (patch) | |
tree | 710d90640ebc4c0350bacf052ffc74ae5d999d3c /media-sound/audiotag | |
parent | media-gfx/sane-backends: Inherit optfeature.eclass (diff) | |
download | gentoo-7312ef8dd42b7f1c48e5591a61c473e89c9893ad.tar.gz gentoo-7312ef8dd42b7f1c48e5591a61c473e89c9893ad.tar.bz2 gentoo-7312ef8dd42b7f1c48e5591a61c473e89c9893ad.zip |
media-sound/audiotag: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/audiotag')
-rw-r--r-- | media-sound/audiotag/audiotag-0.19-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/audiotag/audiotag-0.19-r1.ebuild b/media-sound/audiotag/audiotag-0.19-r1.ebuild index 02c0389a093a..bffb56f6602f 100644 --- a/media-sound/audiotag/audiotag-0.19-r1.ebuild +++ b/media-sound/audiotag/audiotag-0.19-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils +inherit optfeature DESCRIPTION="Command-line tool for mass tagging/renaming of audio files" HOMEPAGE="https://github.com/Daenyth/audiotag" |