Skip to content

Commit

Permalink
kde-apps/libkmahjongg: Drop KDE_PUNT_BOGUS_DEPS
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
a17r authored and kensington committed Aug 11, 2016
1 parent ac1400c commit 5a1bed8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kde-apps/libkmahjongg/libkmahjongg-16.04.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
EAPI=6

KDE_BLOCK_SLOT4="false"
KDE_PUNT_BOGUS_DEPS="true"
inherit kde5

DESCRIPTION="Mahjongg library based on Qt/KDE Frameworks"
Expand All @@ -24,3 +23,8 @@ DEPEND="
$(add_qt_dep qtwidgets)
"
RDEPEND="${DEPEND}"

src_prepare(){
punt_bogus_dep Qt5 Test
kde5_src_prepare
}

0 comments on commit 5a1bed8

Please sign in to comment.