diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-25 22:25:33 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-25 22:48:46 +0100 |
commit | 05b05a33474ec3b38c52213e48f99119776c6b37 (patch) | |
tree | 310ce5eca0208874e88105ec67cbaead76a09967 /media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild | |
parent | media-libs/libofa: EAPI-7 bump, drop unused deps/eutils (diff) | |
download | gentoo-05b05a33474ec3b38c52213e48f99119776c6b37.tar.gz gentoo-05b05a33474ec3b38c52213e48f99119776c6b37.tar.bz2 gentoo-05b05a33474ec3b38c52213e48f99119776c6b37.zip |
media-libs/taglib-extras: EAPI-7 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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 | 10 |
1 files changed, 4 insertions, 6 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 2a912b0522b7..f63c5f1bc002 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-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils @@ -14,9 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="debug" -RDEPEND=" - >=media-libs/taglib-1.6 -" -DEPEND="${RDEPEND}" +DEPEND="media-libs/taglib" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-taglib110.patch" ) |