From dc86164a6ebb95e1a5979a07e9c673410f27b901 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 14 Oct 2018 17:04:30 +0200 Subject: media-libs/glyr: EAPI-6 bump Signed-off-by: Andreas Sturmlechner Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- media-libs/glyr/glyr-1.0.10.ebuild | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/media-libs/glyr/glyr-1.0.10.ebuild b/media-libs/glyr/glyr-1.0.10.ebuild index c65461f3d9d7..6f60c1fce414 100644 --- a/media-libs/glyr/glyr-1.0.10.ebuild +++ b/media-libs/glyr/glyr-1.0.10.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 + inherit cmake-utils -DESCRIPTION="A music related metadata searchengine, both with commandline interface and C API" +DESCRIPTION="Music related metadata searchengine, both with commandline interface and C API" HOMEPAGE="https://github.com/sahib/glyr" SRC_URI="https://github.com/sahib/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" @@ -13,13 +14,16 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-db/sqlite:3 +RDEPEND=" + dev-db/sqlite:3 >=dev-libs/glib-2.10:2 - net-misc/curl" + net-misc/curl +" DEPEND="${RDEPEND} - virtual/pkgconfig" + virtual/pkgconfig +" -DOCS="AUTHORS README*" # CHANGELOG is obsolete in favour of git history +DOCS=( AUTHORS README.textile ) # CHANGELOG is obsolete in favour of git history src_prepare() { cmake-utils_src_prepare -- cgit v1.2.3-65-gdbad