diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-14 17:04:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-14 17:05:28 +0200 |
commit | dc86164a6ebb95e1a5979a07e9c673410f27b901 (patch) | |
tree | 01f84941a4400911d91c71b93b84cf7d1408af18 /media-libs/glyr | |
parent | media-libs/libgroove: EAPI-6 bump, add missing slot ops (diff) | |
download | gentoo-dc86164a6ebb95e1a5979a07e9c673410f27b901.tar.gz gentoo-dc86164a6ebb95e1a5979a07e9c673410f27b901.tar.bz2 gentoo-dc86164a6ebb95e1a5979a07e9c673410f27b901.zip |
media-libs/glyr: EAPI-6 bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-libs/glyr')
-rw-r--r-- | media-libs/glyr/glyr-1.0.10.ebuild | 18 |
1 files 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 |