diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-09 12:39:52 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-09 12:39:52 +0300 |
commit | 30d80fd67278ca9b2ae072bd56b650ad6d0711e5 (patch) | |
tree | 65a620b1b603c05dabeacaeaad2008d5df91c277 /media-sound/mpdscribble | |
parent | media-video/smplayer: amd64 stable wrt bug #663130 (diff) | |
download | gentoo-30d80fd67278ca9b2ae072bd56b650ad6d0711e5.tar.gz gentoo-30d80fd67278ca9b2ae072bd56b650ad6d0711e5.tar.bz2 gentoo-30d80fd67278ca9b2ae072bd56b650ad6d0711e5.zip |
media-sound/mpdscribble: minor fixes
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-sound/mpdscribble')
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-0.22.ebuild | 7 | ||||
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-9999.ebuild | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/media-sound/mpdscribble/mpdscribble-0.22.ebuild b/media-sound/mpdscribble/mpdscribble-0.22.ebuild index ac6c4ddf73ea..21a952be25b2 100644 --- a/media-sound/mpdscribble/mpdscribble-0.22.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.22.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils DESCRIPTION="An MPD client that submits information to Audioscrobbler" HOMEPAGE="https://www.musicpd.org/clients/mpdscribble/" @@ -13,7 +12,7 @@ SLOT="0" KEYWORDS="amd64 ~hppa ~ppc x86" IUSE="+curl" -RDEPEND="dev-libs/glib +RDEPEND="dev-libs/glib:2 media-libs/libmpdclient curl? ( net-misc/curl ) !curl? ( net-libs/libsoup:2.4 )" @@ -28,5 +27,5 @@ src_configure() { src_install() { default newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble - dodir /var/cache/mpdscribble + keepdir /var/cache/mpdscribble } diff --git a/media-sound/mpdscribble/mpdscribble-9999.ebuild b/media-sound/mpdscribble/mpdscribble-9999.ebuild index 81294c5dbbe7..639a5eb9e342 100644 --- a/media-sound/mpdscribble/mpdscribble-9999.ebuild +++ b/media-sound/mpdscribble/mpdscribble-9999.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 + inherit git-r3 autotools DESCRIPTION="An MPD client that submits information to Audioscrobbler" @@ -13,7 +14,7 @@ SLOT="0" KEYWORDS="" IUSE="+curl" -RDEPEND="dev-libs/glib +RDEPEND="dev-libs/glib:2 media-libs/libmpdclient curl? ( net-misc/curl ) !curl? ( net-libs/libsoup:2.4 )" @@ -33,5 +34,5 @@ src_configure() { src_install() { default newinitd "${FILESDIR}/mpdscribble.rc" mpdscribble - dodir /var/cache/mpdscribble + keepdir /var/cache/mpdscribble } |