Skip to content

Commit

Permalink
kde-misc/semantik: explicitly export src_prepare.
Browse files Browse the repository at this point in the history
The removal of the base.eclass inherit from waf-utils.eclass resulted in
src_prepare no longer being exported. This caused a sandbox violation due
to a patch no longer being applied.

Gentoo-bug: 558514

Package-Manager: portage-2.2.20.1
  • Loading branch information
kensington committed Aug 24, 2015
1 parent 51ecda5 commit 61c8874
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions kde-misc/semantik/semantik-0.9.4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CMAKE_REQUIRED="never"
NO_WAF_LIBDIR="true"
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"
inherit python-single-r1 kde4-base waf-utils
inherit eutils python-single-r1 kde4-base waf-utils

DESCRIPTION="Mindmapping-like tool for document generation"
HOMEPAGE="http://freehackers.org/~tnagy/semantik.html https://code.google.com/p/semantik/"
Expand All @@ -31,9 +31,12 @@ DEPEND="
RDEPEND="${DEPEND}"

DOCS=( ChangeLog README TODO )
PATCHES=( "${FILESDIR}"/${PN}-0.9.0-wscript_ldconfig.patch )

pkg_setup() {
python-single-r1_pkg_setup
kde4-base_pkg_setup
}

src_prepare() {
epatch "${FILESDIR}/${PN}-0.9.0-wscript_ldconfig.patch"
}

0 comments on commit 61c8874

Please sign in to comment.