diff options
author | Sam James <sam@gentoo.org> | 2024-01-13 14:11:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-13 14:11:51 +0000 |
commit | b9d801f57c6e3990e82709562a2a4255d90d7134 (patch) | |
tree | fc4df2a407169e2f3acdd316b562dc2724428714 /sys-devel/libtool | |
parent | dev-ruby/cri: fix minitest deprecation (diff) | |
download | gentoo-b9d801f57c6e3990e82709562a2a4255d90d7134.tar.gz gentoo-b9d801f57c6e3990e82709562a2a4255d90d7134.tar.bz2 gentoo-b9d801f57c6e3990e82709562a2a4255d90d7134.zip |
sys-devel/libtool: add elt-patches note
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r-- | sys-devel/libtool/libtool-2.4.7-r2.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-9999.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys-devel/libtool/libtool-2.4.7-r2.ebuild b/sys-devel/libtool/libtool-2.4.7-r2.ebuild index 2bf9e471c863..a2ec01d3671b 100644 --- a/sys-devel/libtool/libtool-2.4.7-r2.ebuild +++ b/sys-devel/libtool/libtool-2.4.7-r2.ebuild @@ -34,6 +34,9 @@ RDEPEND=" DEPEND="${RDEPEND}" [[ ${PV} == *9999 ]] && BDEPEND="sys-apps/help2man" +# Note that we have more patches in https://gitweb.gentoo.org/proj/elt-patches.git/ +# for package builds. The patches here are just those which are definitely fine +# for the system-wide libtool installation as well. PATCHES=( # bug #109105 "${FILESDIR}"/${PN}-2.4.3-use-linux-version-in-fbsd.patch diff --git a/sys-devel/libtool/libtool-9999.ebuild b/sys-devel/libtool/libtool-9999.ebuild index ae63801bea83..131575326378 100644 --- a/sys-devel/libtool/libtool-9999.ebuild +++ b/sys-devel/libtool/libtool-9999.ebuild @@ -34,6 +34,9 @@ RDEPEND=" DEPEND="${RDEPEND}" [[ ${PV} == *9999 ]] && BDEPEND="sys-apps/help2man" +# Note that we have more patches in https://gitweb.gentoo.org/proj/elt-patches.git/ +# for package builds. The patches here are just those which are definitely fine +# for the system-wide libtool installation as well. PATCHES=( # bug #109105 "${FILESDIR}"/${PN}-2.4.3-use-linux-version-in-fbsd.patch |