media-libs/fluidsynth-dssi: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 23:49:46 +0000 (19:49 -0400)
committerAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:01:54 +0000 (19:01 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild

index bc5c85782e60fd579a77fcf239ced80e1d8b4c18..ab3fb0a9843b99a6c13734ce9dfaff1e69075d51 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
 DESCRIPTION="DSSI Soft Synth Interface"
 HOMEPAGE="http://dssi.sourceforge.net/"
@@ -19,8 +19,3 @@ RDEPEND=">=media-libs/dssi-0.9.0
 
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-       dodoc ChangeLog README TODO
-}