Skip to content

Commit

Permalink
sys-auth/consolekit: add elibtoolize bug 593314
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
perfinion committed Sep 15, 2016
1 parent e9a06f2 commit f7c1720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sys-auth/consolekit/consolekit-1.1.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# $Id$

EAPI=6
inherit linux-info pam
inherit libtool linux-info pam

MY_PN=ConsoleKit2
MY_P=${MY_PN}-${PV}
Expand Down Expand Up @@ -66,6 +66,7 @@ src_prepare() {
sed -i -e '/SystemdService/d' data/org.freedesktop.ConsoleKit.service.in || die

default
elibtoolize # bug 593314
}

src_configure() {
Expand Down
3 changes: 2 additions & 1 deletion sys-auth/consolekit/consolekit-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# $Id$

EAPI=6
inherit autotools eutils git-r3 linux-info pam
inherit autotools libtool git-r3 linux-info pam

MY_PN=ConsoleKit2
MY_P=${MY_PN}-${PV}
Expand Down Expand Up @@ -62,6 +62,7 @@ src_prepare() {
sed -i -e '/SystemdService/d' data/org.freedesktop.ConsoleKit.service.in || die

default
elibtoolize # bug 593314
eautoreconf
}

Expand Down

0 comments on commit f7c1720

Please sign in to comment.