Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/synaesthesia/
Date: Sun, 27 May 2018 00:15:28
Message-Id: 1527380100.797f04453350417ed3e86517c7f28feb9698ff6a.bman@gentoo
1 commit: 797f04453350417ed3e86517c7f28feb9698ff6a
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 23:38:51 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 00:15:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797f0445
7
8 media-sound/synaesthesia: bump EAPI
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-sound/synaesthesia/synaesthesia-2.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-sound/synaesthesia/synaesthesia-2.4.ebuild b/media-sound/synaesthesia/synaesthesia-2.4.ebuild
16 index ade33b06d5b..f29bbe7232c 100644
17 --- a/media-sound/synaesthesia/synaesthesia-2.4.ebuild
18 +++ b/media-sound/synaesthesia/synaesthesia-2.4.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=2
24 +EAPI=6
25
26 DESCRIPTION="a nice graphical accompaniment to music"
27 HOMEPAGE="http://www.logarithmic.net/pfh/synaesthesia"
28 @@ -27,5 +27,5 @@ src_prepare() {
29
30 src_install() {
31 emake DESTDIR="${D}" install || die "emake install failed"
32 - dodoc README
33 + default
34 }