diff options
author | 2016-01-10 05:13:25 +1100 | |
---|---|---|
committer | 2016-01-10 05:18:55 +1100 | |
commit | e1fe0df4fbd8d1a8cf1dc7afcbb63457b00a0456 (patch) | |
tree | 3a9cc6df1ab2d4edd67d7ccf999160d32b588f3a /media-libs/taglib-extras/taglib-extras-1.0.1-r1.ebuild | |
parent | Drop myself as maintainer (diff) | |
download | gentoo-e1fe0df4fbd8d1a8cf1dc7afcbb63457b00a0456.tar.gz gentoo-e1fe0df4fbd8d1a8cf1dc7afcbb63457b00a0456.tar.bz2 gentoo-e1fe0df4fbd8d1a8cf1dc7afcbb63457b00a0456.zip |
media-libs/taglib-extras: backport patch from upstream solving build failure with >=media-libs/taglib-1.10
Gentoo-bug: 571072
Package-Manager: portage-2.2.26
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 | 3 |
1 files changed, 2 insertions, 1 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 559e7fbf9fe..609d129450d 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,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,3 +21,4 @@ RDEPEND=" DEPEND="${RDEPEND}" DOCS=( AUTHORS ChangeLog ) +PATCHES=( "${FILESDIR}/${P}-taglib110.patch" ) |