If somebody with write access could update the eq10q ebuild (attached) to 2.0
that would be appreciated.
-Reuben
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit eutils cmake-utils
DESCRIPTION="An LV2 audio plugin implementing a powerful and flexible
parametric equalizer"
HOMEPAGE="http://eq10q.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=">=dev-cpp/gtkmm-2.20.3:2.4
>=dev-util/lv2-c++-tools-1.0.3"
DEPEND="${RDEPEND}
>=dev-cpp/pstreams-0.7.0
>=sci-libs/fftw-3.3.0
virtual/pkgconfig"
src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_PREFIX=/usr/$(get_libdir)/lv2
)
cmake-utils_src_configure
}