commit: b444f26002a29cd726377c16bcfb11e7ef8885f4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 28 07:49:56 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 28 07:53:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b444f260
dev-libs/userspace-rcu: add comment re autoreconf See: https://github.com/gentoo/gentoo/pull/23973 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/userspace-rcu/userspace-rcu-0.13.0.ebuild | 3 ++- dev-libs/userspace-rcu/userspace-rcu-0.13.1.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.13.0.ebuild b/dev-libs/userspace-rcu/userspace-rcu-0.13.0.ebuild index 4ec9c9c340cd..0e94ce6b9ec3 100644 --- a/dev-libs/userspace-rcu/userspace-rcu-0.13.0.ebuild +++ b/dev-libs/userspace-rcu/userspace-rcu-0.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,6 +20,7 @@ DEPEND="test? ( sys-process/time )" src_prepare() { default + # Refresh libtool (see https://github.com/gentoo/gentoo/pull/23973) eautoreconf } diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.13.1.ebuild b/dev-libs/userspace-rcu/userspace-rcu-0.13.1.ebuild index 434c0ba25a9e..392cecbc2209 100644 --- a/dev-libs/userspace-rcu/userspace-rcu-0.13.1.ebuild +++ b/dev-libs/userspace-rcu/userspace-rcu-0.13.1.ebuild @@ -25,6 +25,7 @@ src_prepare() { default # Needed for tests patch + # ... and refresh libtool (see https://github.com/gentoo/gentoo/pull/23973) eautoreconf }
