commit:     30d80fd67278ca9b2ae072bd56b650ad6d0711e5
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  9 09:39:52 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Sep  9 09:39:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d80fd6

media-sound/mpdscribble: minor fixes

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/mpdscribble/mpdscribble-0.22.ebuild | 7 +++----
 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 ac6c4ddf73e..21a952be25b 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 81294c5dbbe..639a5eb9e34 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
 }

Reply via email to