Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/alsaplayer/
Date: Sat, 05 Sep 2020 17:30:57
Message-Id: 1599327044.441c708c0f0b819283362e003a07463cd4a9f019.fordfrog@gentoo
1 commit: 441c708c0f0b819283362e003a07463cd4a9f019
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sat Sep 5 12:44:12 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 17:30:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441c708c
7
8 media-sound/alsaplayer: update desktop mimeinfo cache
9
10 Closes: https://bugs.gentoo.org/740316
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
13 Closes: https://github.com/gentoo/gentoo/pull/17424
14 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
15
16 media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild b/media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild
20 index 54627dd5384..27659636bbb 100644
21 --- a/media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild
22 +++ b/media-sound/alsaplayer/alsaplayer-0.99.81-r1.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29
30 -inherit autotools desktop
31 +inherit autotools desktop xdg
32
33 DESCRIPTION="A heavily multi-threaded pluggable audio player"
34 HOMEPAGE="http://www.alsaplayer.org/"