Skip to content

Commit

Permalink
media-libs/dssi: Drop USE=qt4
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/470240
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
a17r committed Jan 16, 2018
1 parent 616f198 commit e98b227
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions media-libs/dssi/dssi-1.1.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=2
Expand All @@ -11,15 +11,14 @@ SRC_URI="mirror://sourceforge/dssi/${P}.tar.gz"
LICENSE="BSD LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE="qt4"
IUSE=""

RDEPEND="media-libs/alsa-lib
>=media-libs/liblo-0.12
virtual/jack
>=media-libs/ladspa-sdk-1.12-r2
>=media-libs/libsndfile-1.0.11
>=media-libs/libsamplerate-0.1.1-r1
qt4? ( dev-qt/qtgui:4 )"
>=media-libs/libsamplerate-0.1.1-r1"
DEPEND="${RDEPEND}
sys-apps/sed
virtual/pkgconfig"
Expand All @@ -29,9 +28,7 @@ src_prepare() {
-e 's:libdir=.*:libdir=@libdir@:' \
dssi.pc.in || die

if ! use qt4; then
sed -i -e '/PKG_CHECK_MODULES(QT/s:QtGui:dIsAbLe&:' configure.ac || die
fi
sed -i -e '/PKG_CHECK_MODULES(QT/s:QtGui:dIsAbLe&:' configure.ac || die

eautoreconf
}
Expand Down

0 comments on commit e98b227

Please sign in to comment.