diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-06 12:00:36 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-06 12:00:36 +0200 |
commit | 306a1e3e6cc114b4808ed4b91580274f5fe9cc19 (patch) | |
tree | c45de48db51b9e8b0d8b2dcd8a40b0406f270991 /media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild | |
parent | app-crypt/qca: DEPENDs were fixed upstream (diff) | |
download | gentoo-306a1e3e6cc114b4808ed4b91580274f5fe9cc19.tar.gz gentoo-306a1e3e6cc114b4808ed4b91580274f5fe9cc19.tar.bz2 gentoo-306a1e3e6cc114b4808ed4b91580274f5fe9cc19.zip |
media-libs/taglib-extras: EAPI-6 bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild')
-rw-r--r-- | media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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 9e7774c8447a..2a912b0522b7 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" ) |