commit: 306a1e3e6cc114b4808ed4b91580274f5fe9cc19
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 6 10:00:36 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 6 10:00:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306a1e3e
media-libs/taglib-extras: EAPI-6 bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-libs/taglib-extras/files/taglib-extras-1.0.1-taglib110.patch | 4 ++--
media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild | 5 ++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/media-libs/taglib-extras/files/taglib-extras-1.0.1-taglib110.patch
b/media-libs/taglib-extras/files/taglib-extras-1.0.1-taglib110.patch
index cce4201dece..87f29751141 100644
--- a/media-libs/taglib-extras/files/taglib-extras-1.0.1-taglib110.patch
+++ b/media-libs/taglib-extras/files/taglib-extras-1.0.1-taglib110.patch
@@ -2,8 +2,8 @@ Fixes build with taglib-1.10
Gentoo-bug: 571072
---- cmake/modules/FindTaglib.cmake 2015/11/16 18:32:25 1444332
-+++ cmake/modules/FindTaglib.cmake 2015/11/16 19:05:39 1444333
+--- a/cmake/modules/FindTaglib.cmake 2015/11/16 18:32:25 1444332
++++ b/cmake/modules/FindTaglib.cmake 2015/11/16 19:05:39 1444333
@@ -29,10 +29,10 @@
exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE
_return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
diff --git a/media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild
b/media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild
index 9e7774c8447..2a912b0522b 100644
--- a/media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild
+++ b/media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
inherit cmake-utils
@@ -19,5 +19,4 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-DOCS=( AUTHORS ChangeLog )
PATCHES=( "${FILESDIR}/${P}-taglib110.patch" )