Skip to content

Commit

Permalink
media-libs/glyr: EAPI-6 bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
a17r committed Oct 14, 2018
1 parent c96aea7 commit dc86164
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions media-libs/glyr/glyr-1.0.10.ebuild
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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
Expand Down

0 comments on commit dc86164

Please sign in to comment.