Skip to content

Commit

Permalink
app-text/libabw: Drop eutils.eclass
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
a17r authored and akhuettel committed Dec 17, 2016
1 parent 51b920b commit 4c1012d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app-text/libabw/libabw-0.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI=6

inherit autotools eutils
inherit autotools

DESCRIPTION="Library parsing abiword documents"
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}"
Expand Down Expand Up @@ -41,13 +41,12 @@ src_prepare() {

src_configure() {
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
--disable-werror \
$(use_enable static-libs static) \
$(use_with doc docs)
$(use_with doc docs) \
$(use_enable static-libs static)
}

src_install() {
default
prune_libtool_files --all
find "${D}" -name '*.la' -delete || die
}

0 comments on commit 4c1012d

Please sign in to comment.