Skip to content

Commit

Permalink
media-radio/js8call: use PATCHES and fix (remove) src_prepare
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Freeman <[email protected]>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
  • Loading branch information
rich0 committed Oct 20, 2018
1 parent dc8e4b7 commit 755efa3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions media-radio/js8call/js8call-0.7.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"

PATCHES="${FILESDIR}/${PV}-makefile-removesymlink.patch"

RDEPEND="dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtmultimedia:5
Expand All @@ -32,11 +34,6 @@ RDEPEND="dev-qt/qtcore:5
doc? ( dev-ruby/asciidoctor )"
DEPEND="${RDEPEND}"

src_prepare() {
eapply "${FILESDIR}/${PV}-makefile-removesymlink.patch"
eapply_user
}

src_configure() {
local mycmakeargs=(
-DWSJT_GENERATE_DOCS="$(usex doc)"
Expand Down

0 comments on commit 755efa3

Please sign in to comment.