public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/attr/, sys-apps/acl/
@ 2016-04-23  6:19 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2016-04-23  6:19 UTC (permalink / raw
  To: gentoo-commits

commit:     d9e18bcb8f8bcaa6b3e5543caf16a684e7dacd21
Author:     Leno Hou <lenohou <AT> gmail <DOT> com>
AuthorDate: Fri Apr 22 07:44:02 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 06:19:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e18bcb

sys-apps/{acl,attr}: run elibtoolize #580792

This is needed to support newer platforms (like ppc64le).

 sys-apps/acl/acl-2.2.52-r1.ebuild   | 3 ++-
 sys-apps/attr/attr-2.4.47-r2.ebuild | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/sys-apps/acl/acl-2.2.52-r1.ebuild b/sys-apps/acl/acl-2.2.52-r1.ebuild
index d1d2169..f206c87 100644
--- a/sys-apps/acl/acl-2.2.52-r1.ebuild
+++ b/sys-apps/acl/acl-2.2.52-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="4"
 
-inherit eutils toolchain-funcs multilib-minimal
+inherit eutils libtool toolchain-funcs multilib-minimal
 
 DESCRIPTION="access control list utilities, libraries and headers"
 HOMEPAGE="http://savannah.nongnu.org/projects/acl"
@@ -30,6 +30,7 @@ src_prepare() {
 		include/builddefs.in \
 		|| die
 	strip-linguas po
+	elibtoolize #580792
 
 	# same as https://savannah.nongnu.org/bugs/index.php?39736
 	multilib_copy_sources

diff --git a/sys-apps/attr/attr-2.4.47-r2.ebuild b/sys-apps/attr/attr-2.4.47-r2.ebuild
index 11a6bda..047fd81 100644
--- a/sys-apps/attr/attr-2.4.47-r2.ebuild
+++ b/sys-apps/attr/attr-2.4.47-r2.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="4"
 
-inherit eutils toolchain-funcs multilib-minimal
+inherit eutils libtool toolchain-funcs multilib-minimal
 
 DESCRIPTION="Extended attributes tools"
 HOMEPAGE="http://savannah.nongnu.org/projects/attr"
@@ -29,6 +29,8 @@ src_prepare() {
 		include/builddefs.in \
 		|| die
 	strip-linguas -u po
+	elibtoolize #580792
+
 	multilib_copy_sources # https://savannah.nongnu.org/bugs/index.php?39736
 }
 


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-23  6:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-23  6:19 [gentoo-commits] repo/gentoo:master commit in: sys-apps/attr/, sys-apps/acl/ Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox