diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-14 18:40:40 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-14 19:03:43 +0200 |
commit | fa72a2a143e531210cfcfcc151776309fd5f01c3 (patch) | |
tree | bda4699eff487c945b613b71aee958ea797a5c7a /media-libs/libid3tag | |
parent | media-libs/faac: Readd eutils inherit for einstalldocs (diff) | |
download | gentoo-fa72a2a143e531210cfcfcc151776309fd5f01c3.tar.gz gentoo-fa72a2a143e531210cfcfcc151776309fd5f01c3.tar.bz2 gentoo-fa72a2a143e531210cfcfcc151776309fd5f01c3.zip |
media-libs/libid3tag: Readd eutils inherit for einstalldocs
Diffstat (limited to 'media-libs/libid3tag')
-rw-r--r-- | media-libs/libid3tag/libid3tag-0.15.1b-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/libid3tag/libid3tag-0.15.1b-r4.ebuild b/media-libs/libid3tag/libid3tag-0.15.1b-r4.ebuild index 0e2f5ab59f80..5e64243d56ff 100644 --- a/media-libs/libid3tag/libid3tag-0.15.1b-r4.ebuild +++ b/media-libs/libid3tag/libid3tag-0.15.1b-r4.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit epatch epunt-cxx libtool ltprune multilib multilib-minimal +# eutils for einstalldocs +inherit epatch epunt-cxx eutils libtool ltprune multilib multilib-minimal DESCRIPTION="The MAD id3tag library" HOMEPAGE="http://www.underbit.com/products/mad/" |