summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-27 19:49:46 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-28 19:01:54 -0400
commit54632e361b2c4d5a4b394ca189a15d66149776e2 (patch)
tree4405943a6e36efdd2e274f78c9c65b7ec5c16ade /media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild
parentmedia-libs/dssi: bump EAPI (diff)
downloadgentoo-54632e361b2c4d5a4b394ca189a15d66149776e2.tar.gz
gentoo-54632e361b2c4d5a4b394ca189a15d66149776e2.tar.bz2
gentoo-54632e361b2c4d5a4b394ca189a15d66149776e2.zip
media-libs/fluidsynth-dssi: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild')
-rw-r--r--media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild b/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild
index bc5c85782e60..ab3fb0a9843b 100644
--- a/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild
+++ b/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0.ebuild
@@ -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
-}