summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2020-08-08 10:13:46 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2020-08-08 10:14:08 +0200
commit7bc41dd74a3f99da89b4624650ad87928b5107f4 (patch)
tree8846e887e49cd1fce02dbd8715293efba8634769 /media-plugins/libvisual-plugins
parentdev-ruby/mime-types-data: cleanup (diff)
downloadgentoo-7bc41dd74a3f99da89b4624650ad87928b5107f4.tar.gz
gentoo-7bc41dd74a3f99da89b4624650ad87928b5107f4.tar.bz2
gentoo-7bc41dd74a3f99da89b4624650ad87928b5107f4.zip
media-plugins/libvisual-plugins: dropped unused eutils.eclass + arrayified docs
Bug: https://bugs.gentoo.org/736294 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-plugins/libvisual-plugins')
-rw-r--r--media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r4.ebuild b/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r4.ebuild
index 8c664230ca52..eb13df219517 100644
--- a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r4.ebuild
+++ b/media-plugins/libvisual-plugins/libvisual-plugins-0.4.0-r4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools eutils multilib-minimal
+inherit autotools multilib-minimal
PATCHLEVEL=4
@@ -34,7 +34,7 @@ BDEPEND=">=virtual/pkgconfig-0-r1"
DEPEND="${RDEPEND}
>=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]"
-DOCS="AUTHORS ChangeLog NEWS README TODO"
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
PATCHES=(
"${FILESDIR}/${P}-fno-common.patch"