From 4c759f973881658c277e0d6bc7866a68e874b612 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 11 Nov 2024 07:05:25 +0000 Subject: [PATCH] dev-libs/libpipeline: Sync with Gentoo It's from Gentoo commit b1192dbf99f5cebbc8dd1fd80978dc8bdb57b29e. --- .../dev-libs/libpipeline/libpipeline-1.5.8.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libpipeline/libpipeline-1.5.8.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libpipeline/libpipeline-1.5.8.ebuild index cfec8c73a5..0ab628994e 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/libpipeline/libpipeline-1.5.8.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libpipeline/libpipeline-1.5.8.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit libtool + DESCRIPTION="A pipeline manipulation library" HOMEPAGE="https://libpipeline.nongnu.org/" SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" @@ -16,6 +18,11 @@ RESTRICT="!test? ( test )" DEPEND="test? ( dev-libs/check )" BDEPEND="virtual/pkgconfig" +src_prepare() { + default + elibtoolize +} + src_install() { default