diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-26 19:38:51 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-26 20:15:00 -0400 |
commit | 797f04453350417ed3e86517c7f28feb9698ff6a (patch) | |
tree | f743341fdd2d267b7d780bb5215e375e65f40c8f /media-sound/synaesthesia | |
parent | media-sound/sidplay: bump EAPI and drop eutils (diff) | |
download | gentoo-797f04453350417ed3e86517c7f28feb9698ff6a.tar.gz gentoo-797f04453350417ed3e86517c7f28feb9698ff6a.tar.bz2 gentoo-797f04453350417ed3e86517c7f28feb9698ff6a.zip |
media-sound/synaesthesia: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-sound/synaesthesia')
-rw-r--r-- | media-sound/synaesthesia/synaesthesia-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/synaesthesia/synaesthesia-2.4.ebuild b/media-sound/synaesthesia/synaesthesia-2.4.ebuild index ade33b06d5b9..f29bbe7232c1 100644 --- a/media-sound/synaesthesia/synaesthesia-2.4.ebuild +++ b/media-sound/synaesthesia/synaesthesia-2.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="a nice graphical accompaniment to music" HOMEPAGE="http://www.logarithmic.net/pfh/synaesthesia" @@ -27,5 +27,5 @@ src_prepare() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc README + default } |