mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Move {sys-devel → dev-build}/libtool
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34807 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/apr-1.5.0:1=
|
||||
kernel_linux? ( sys-apps/util-linux )
|
||||
ssl? ( dev-libs/openssl:0= )"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/libtool"
|
||||
dev-build/libtool"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
@@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/apr-1.5.0:1=
|
||||
kernel_linux? ( sys-apps/util-linux )
|
||||
ssl? ( dev-libs/openssl:0= )"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/libtool"
|
||||
dev-build/libtool"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Remember: we cannot leverage autotools in this ebuild in order
|
||||
@@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]] ; then
|
||||
inherit git-r3 autotools
|
||||
|
||||
# bug #272880 and bug #286068
|
||||
BDEPEND="sys-devel/gettext >=sys-devel/libtool-2"
|
||||
BDEPEND="sys-devel/gettext >=dev-build/libtool-2"
|
||||
else
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/jiatan.asc
|
||||
inherit verify-sig
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Remember: we cannot leverage autotools in this ebuild in order
|
||||
@@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]] ; then
|
||||
inherit git-r3 autotools
|
||||
|
||||
# bug #272880 and bug #286068
|
||||
BDEPEND="sys-devel/gettext >=sys-devel/libtool-2"
|
||||
BDEPEND="sys-devel/gettext >=dev-build/libtool-2"
|
||||
else
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/jiatan.asc
|
||||
inherit verify-sig
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
LUA_COMPAT=( luajit )
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit autotools lua-single python-single-r1
|
||||
|
||||
@@ -40,7 +40,7 @@ DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MATE_LA_PUNT="yes"
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
inherit mate python-single-r1 virtualx
|
||||
|
||||
DESCRIPTION="Pluma text editor for the MATE desktop"
|
||||
@@ -46,7 +46,7 @@ DEPEND="${COMMON_DEPEND}
|
||||
dev-util/glib-utils
|
||||
dev-util/gtk-doc
|
||||
dev-util/gtk-doc-am
|
||||
>=sys-devel/libtool-2.2.6:2
|
||||
>=dev-build/libtool-2.2.6:2
|
||||
>=sys-devel/gettext-0.19.8
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -50,7 +50,7 @@ DEPEND="${COMMON_DEPEND}
|
||||
dev-util/glib-utils
|
||||
dev-util/gtk-doc
|
||||
dev-util/gtk-doc-am
|
||||
>=sys-devel/libtool-2.2.6:2
|
||||
>=dev-build/libtool-2.2.6:2
|
||||
>=sys-devel/gettext-0.19.8
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MATE_LA_PUNT="yes"
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
inherit mate python-single-r1 virtualx
|
||||
|
||||
DESCRIPTION="Pluma text editor for the MATE desktop"
|
||||
@@ -52,7 +52,7 @@ DEPEND="${COMMON_DEPEND}
|
||||
dev-util/glib-utils
|
||||
dev-util/gtk-doc
|
||||
dev-util/gtk-doc-am
|
||||
>=sys-devel/libtool-2.2.6:2
|
||||
>=dev-build/libtool-2.2.6:2
|
||||
>=sys-devel/gettext-0.19.8
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
|
||||
dev-lang/perl
|
||||
virtual/pkgconfig
|
||||
>=dev-util/intltool-0.33
|
||||
sys-devel/libtool"
|
||||
dev-build/libtool"
|
||||
DOCS=(
|
||||
README
|
||||
AUTHORS
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -20,7 +20,7 @@ RDEPEND="
|
||||
|| ( net-misc/wget www-client/lynx )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog NEWS README )
|
||||
|
||||
@@ -83,7 +83,7 @@ DEPEND="
|
||||
>=sys-devel/gettext-0.20
|
||||
dev-lang/perl
|
||||
dev-perl/XML-Parser
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
>=dev-cpp/gtest-1.8.0
|
||||
"
|
||||
BDEPEND="
|
||||
|
||||
@@ -83,7 +83,7 @@ DEPEND="
|
||||
>=sys-devel/gettext-0.20
|
||||
dev-lang/perl
|
||||
dev-perl/XML-Parser
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
>=dev-cpp/gtest-1.8.0
|
||||
"
|
||||
BDEPEND="
|
||||
|
||||
@@ -83,7 +83,7 @@ DEPEND="
|
||||
>=sys-devel/gettext-0.20
|
||||
dev-lang/perl
|
||||
dev-perl/XML-Parser
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
>=dev-cpp/gtest-1.8.0
|
||||
"
|
||||
BDEPEND="
|
||||
|
||||
@@ -87,7 +87,7 @@ DEPEND="
|
||||
>=sys-devel/gettext-0.20
|
||||
dev-lang/perl
|
||||
dev-perl/XML-Parser
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
>=dev-cpp/gtest-1.8.0
|
||||
"
|
||||
# distutils is not available in python3.12, but it is still in setuptools
|
||||
|
||||
@@ -32,7 +32,7 @@ RDEPEND="
|
||||
BDEPEND="
|
||||
>=dev-util/intltool-0.35
|
||||
sys-devel/gettext
|
||||
>=sys-devel/libtool-2.2.6
|
||||
>=dev-build/libtool-2.2.6
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/boost
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
|
||||
@@ -34,7 +34,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/boost
|
||||
media-libs/glm
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
test? ( dev-util/cppunit )
|
||||
"
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/boost
|
||||
media-libs/glm
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
test? ( dev-util/cppunit )
|
||||
"
|
||||
BDEPEND="
|
||||
|
||||
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
sys-devel/gettext
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
doc? ( dev-util/gtk-doc )
|
||||
introspection? ( dev-libs/gobject-introspection-common )
|
||||
"
|
||||
|
||||
@@ -30,7 +30,7 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/boost
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-gcc10.patch" )
|
||||
|
||||
@@ -30,7 +30,7 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/boost
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
|
||||
@@ -26,7 +26,7 @@ DEPEND="
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
virtual/pkgconfig
|
||||
doc? ( app-text/doxygen )
|
||||
"
|
||||
|
||||
@@ -26,7 +26,7 @@ DEPEND="
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
virtual/pkgconfig
|
||||
doc? ( app-text/doxygen )
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020-2023 Gentoo Authors
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -19,7 +19,7 @@ fi
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND="sys-devel/libtool"
|
||||
BDEPEND="dev-build/libtool"
|
||||
|
||||
PATCHES=(
|
||||
# Patch to convert the project into cmake. Taken from:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -22,7 +22,7 @@ RDEPEND="
|
||||
berkdb? ( sys-libs/db:4.8= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="sys-devel/libtool"
|
||||
BDEPEND="dev-build/libtool"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog NEWS README README.md )
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -22,7 +22,7 @@ RDEPEND="
|
||||
berkdb? ( sys-libs/db:4.8= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="sys-devel/libtool"
|
||||
BDEPEND="dev-build/libtool"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog NEWS README README.md )
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
>=sys-devel/libtool-2.4.2
|
||||
>=dev-build/libtool-2.4.2
|
||||
doc? ( app-text/doxygen )
|
||||
"
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ RDEPEND="
|
||||
selinux? ( sec-policy/selinux-base-policy )
|
||||
"
|
||||
BDEPEND="
|
||||
>=sys-devel/libtool-2.4.2
|
||||
>=dev-build/libtool-2.4.2
|
||||
doc? ( app-text/doxygen )
|
||||
"
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ RDEPEND="
|
||||
selinux? ( sec-policy/selinux-base-policy )
|
||||
"
|
||||
BDEPEND="
|
||||
>=sys-devel/libtool-2.4.2
|
||||
>=dev-build/libtool-2.4.2
|
||||
doc? ( app-text/doxygen )
|
||||
"
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ RDEPEND="
|
||||
selinux? ( sec-policy/selinux-base-policy )
|
||||
"
|
||||
BDEPEND="
|
||||
>=sys-devel/libtool-2.4.2
|
||||
>=dev-build/libtool-2.4.2
|
||||
doc? ( app-text/doxygen )
|
||||
"
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ RDEPEND="
|
||||
"
|
||||
DEPEND+=" valgrind? ( dev-debug/valgrind )"
|
||||
BDEPEND="
|
||||
>=sys-devel/libtool-2.4.2
|
||||
>=dev-build/libtool-2.4.2
|
||||
doc? ( app-text/doxygen )
|
||||
"
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ RDEPEND="
|
||||
"
|
||||
DEPEND+=" valgrind? ( dev-debug/valgrind )"
|
||||
BDEPEND="
|
||||
>=sys-devel/libtool-2.4.2
|
||||
>=dev-build/libtool-2.4.2
|
||||
doc? ( app-text/doxygen )
|
||||
"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ IUSE="doc"
|
||||
|
||||
BDEPEND="
|
||||
sys-apps/which
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
doc? (
|
||||
app-text/doxygen
|
||||
dev-texlive/texlive-latexrecommended
|
||||
|
||||
@@ -16,7 +16,7 @@ IUSE="doc"
|
||||
|
||||
BDEPEND="
|
||||
sys-apps/which
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
doc? (
|
||||
app-text/doxygen
|
||||
dev-texlive/texlive-latexrecommended
|
||||
|
||||
@@ -16,7 +16,7 @@ IUSE="nls static-libs"
|
||||
|
||||
BDEPEND="
|
||||
app-alternatives/lex
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )
|
||||
"
|
||||
|
||||
@@ -16,7 +16,7 @@ IUSE="nls static-libs"
|
||||
|
||||
BDEPEND="
|
||||
app-alternatives/lex
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )
|
||||
"
|
||||
|
||||
@@ -16,7 +16,7 @@ IUSE="nls static-libs"
|
||||
|
||||
BDEPEND="
|
||||
app-alternatives/lex
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )
|
||||
"
|
||||
|
||||
@@ -21,7 +21,7 @@ RESTRICT="!test? ( test )"
|
||||
DEPEND="
|
||||
sys-apps/texinfo
|
||||
app-alternatives/yacc
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
# Please bump with sys-devel/libtool.
|
||||
# Please bump with dev-build/libtool.
|
||||
|
||||
inherit multilib-minimal flag-o-matic
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
# Please bump with sys-devel/libtool.
|
||||
# Please bump with dev-build/libtool.
|
||||
|
||||
inherit multilib-minimal
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -35,7 +35,7 @@ BDEPEND="
|
||||
dev-util/gtk-doc
|
||||
dev-util/gtk-doc-am
|
||||
>=sys-devel/gettext-0.19.8
|
||||
>=sys-devel/libtool-2.2.6:2
|
||||
>=dev-build/libtool-2.2.6:2
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -36,7 +36,7 @@ BDEPEND="
|
||||
dev-util/gtk-doc
|
||||
dev-util/gtk-doc-am
|
||||
>=sys-devel/gettext-0.19.8
|
||||
>=sys-devel/libtool-2.2.6:2
|
||||
>=dev-build/libtool-2.2.6:2
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ BDEPEND="
|
||||
dev-util/gtk-doc
|
||||
dev-util/gtk-doc-am
|
||||
>=sys-devel/gettext-0.19.8
|
||||
>=sys-devel/libtool-2.2.6:2
|
||||
>=dev-build/libtool-2.2.6:2
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -36,7 +36,7 @@ BDEPEND="
|
||||
dev-util/gtk-doc
|
||||
dev-util/gtk-doc-am
|
||||
>=sys-devel/gettext-0.19.8
|
||||
>=sys-devel/libtool-2.2.6:2
|
||||
>=dev-build/libtool-2.2.6:2
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -19,7 +19,7 @@ DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
BDEPEND="
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
virtual/pkgconfig
|
||||
demos? ( dev-libs/glib:2 )
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -25,7 +25,7 @@ IUSE="+gmp +libtommath tomsfastmath"
|
||||
REQUIRED_USE="|| ( gmp libtommath tomsfastmath )"
|
||||
|
||||
BDEPEND="
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
virtual/pkgconfig
|
||||
"
|
||||
RDEPEND="
|
||||
@@ -35,7 +35,7 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -14,7 +14,7 @@ SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
IUSE="doc examples static-libs"
|
||||
|
||||
BDEPEND="sys-devel/libtool"
|
||||
BDEPEND="dev-build/libtool"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-sparc.patch
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -14,7 +14,7 @@ SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
IUSE="doc examples static-libs"
|
||||
|
||||
BDEPEND="sys-devel/libtool"
|
||||
BDEPEND="dev-build/libtool"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-1.2.0-sparc.patch
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -20,7 +20,7 @@ LICENSE="BSD BSD-2 ISC MIT"
|
||||
SLOT="0/1"
|
||||
|
||||
BDEPEND="
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -20,7 +20,7 @@ LICENSE="BSD BSD-2 ISC MIT"
|
||||
SLOT="0/1"
|
||||
|
||||
BDEPEND="
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ LICENSE="BSD BSD-2 ISC MIT"
|
||||
SLOT="0/1"
|
||||
|
||||
BDEPEND="
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -20,7 +20,7 @@ LICENSE="BSD BSD-2 ISC MIT"
|
||||
SLOT="0/1"
|
||||
|
||||
BDEPEND="
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~x64-macos"
|
||||
|
||||
BDEPEND="
|
||||
dev-lang/perl
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
virtual/pkgconfig
|
||||
"
|
||||
RDEPEND="!dev-libs/libvterm-neovim"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
|
||||
|
||||
BDEPEND="
|
||||
dev-lang/perl
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~x64-macos"
|
||||
|
||||
BDEPEND="
|
||||
dev-lang/perl
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -13,7 +13,7 @@ KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~x64-macos"
|
||||
|
||||
BDEPEND="
|
||||
dev-lang/perl
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -17,7 +17,7 @@ LICENSE="Unlicense"
|
||||
SLOT="0/1"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
|
||||
BDEPEND="sys-devel/libtool"
|
||||
BDEPEND="dev-build/libtool"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-makefile-fix.patch
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -15,7 +15,7 @@ KEYWORDS="amd64 arm arm64 ~riscv x86 ~x64-macos"
|
||||
IUSE="static-libs"
|
||||
|
||||
BDEPEND="dev-lang/perl
|
||||
sys-devel/libtool"
|
||||
dev-build/libtool"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-2.1.0-no-compress-man.patch"
|
||||
|
||||
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-lang/tcl:0
|
||||
app-alternatives/yacc
|
||||
>=sys-devel/libtool-2
|
||||
>=dev-build/libtool-2
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-lang/tcl:0
|
||||
app-alternatives/yacc
|
||||
>=sys-devel/libtool-2
|
||||
>=dev-build/libtool-2
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -32,7 +32,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
sys-apps/texinfo
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
emacs? ( >=app-editors/emacs-23.1:* )
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -27,7 +27,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
sys-devel/gettext"
|
||||
|
||||
PATCHES=(
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -30,7 +30,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
sys-devel/gettext"
|
||||
|
||||
# guile generates ELF files without use of C or machine code
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -29,7 +29,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
sys-devel/gettext
|
||||
"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 2020-2023 Gentoo Authors
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit cmake python-any-r1
|
||||
|
||||
@@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
test? (
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
$(python_gen_any_dep '
|
||||
dev-python/lit[${PYTHON_USEDEP}]
|
||||
')
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Copyright 2020-2023 Gentoo Authors
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit cmake python-any-r1
|
||||
|
||||
@@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
test? (
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
$(python_gen_any_dep '
|
||||
dev-python/lit[${PYTHON_USEDEP}]
|
||||
')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020-2023 Gentoo Authors
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -34,7 +34,7 @@ DEPEND="${RDEPEND}
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
test? (
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
$(python_gen_any_dep '
|
||||
dev-python/lit[${PYTHON_USEDEP}]
|
||||
')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020-2023 Gentoo Authors
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -37,7 +37,7 @@ DEPEND="
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
test? (
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
$(python_gen_any_dep '
|
||||
dev-python/lit[${PYTHON_USEDEP}]
|
||||
')
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -13,6 +13,6 @@ KEYWORDS="~amd64 ~hppa ~x86"
|
||||
|
||||
RDEPEND=">=sys-devel/autogen-5.11.7"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="sys-devel/libtool"
|
||||
BDEPEND="dev-build/libtool"
|
||||
|
||||
DOCS=( AUTHORS ChangeLog NEWS )
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -25,7 +25,7 @@ DEPEND="
|
||||
"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
!minimal? ( sys-devel/libtool )
|
||||
!minimal? ( dev-build/libtool )
|
||||
verify-sig? ( sec-keys/openpgp-keys-thomasdickey )
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -25,7 +25,7 @@ DEPEND="
|
||||
"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
!minimal? ( sys-devel/libtool )
|
||||
!minimal? ( dev-build/libtool )
|
||||
verify-sig? ( sec-keys/openpgp-keys-thomasdickey )
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -25,7 +25,7 @@ DEPEND="
|
||||
"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
!minimal? ( sys-devel/libtool )
|
||||
!minimal? ( dev-build/libtool )
|
||||
verify-sig? ( sec-keys/openpgp-keys-thomasdickey )
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -25,7 +25,7 @@ DEPEND="
|
||||
"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
!minimal? ( sys-devel/libtool )
|
||||
!minimal? ( dev-build/libtool )
|
||||
verify-sig? ( sec-keys/openpgp-keys-thomasdickey )
|
||||
"
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ DEPEND="
|
||||
"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
!minimal? ( sys-devel/libtool )
|
||||
!minimal? ( dev-build/libtool )
|
||||
verify-sig? ( sec-keys/openpgp-keys-thomasdickey )
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -24,7 +24,7 @@ RDEPEND="
|
||||
)
|
||||
|| (
|
||||
dev-libs/libltdl:0
|
||||
sys-devel/libtool:2
|
||||
dev-build/libtool:2
|
||||
)"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
|
||||
@@ -149,7 +149,7 @@ if [[ -n ${WANT_AUTOCONF} ]] ; then
|
||||
export WANT_AUTOCONF
|
||||
fi
|
||||
|
||||
_libtool_atom=">=sys-devel/libtool-2.4.7"
|
||||
_libtool_atom=">=dev-build/libtool-2.4.7"
|
||||
if [[ -n ${WANT_LIBTOOL} ]] ; then
|
||||
case ${WANT_LIBTOOL} in
|
||||
none) _libtool_atom="" ;;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: php-ext-source-r3.eclass
|
||||
@@ -128,7 +128,7 @@ REQUIRED_USE+=") ${PHP_EXT_OPTIONAL_USE:+ )}"
|
||||
PHPDEPEND+=" ${PHP_EXT_OPTIONAL_USE:+ )}"
|
||||
TOOLDEPS="
|
||||
sys-devel/m4
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
"
|
||||
|
||||
RDEPEND="${PHPDEPEND}"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: xorg-3.eclass
|
||||
@@ -130,7 +130,7 @@ fi
|
||||
# Set up autotools shared dependencies
|
||||
# Remember that all versions here MUST be stable
|
||||
EAUTORECONF_DEPEND+="
|
||||
>=sys-devel/libtool-2.2.6a
|
||||
>=dev-build/libtool-2.2.6a
|
||||
sys-devel/m4"
|
||||
if [[ ${PN} != util-macros ]] ; then
|
||||
EAUTORECONF_DEPEND+=" >=x11-misc/util-macros-1.18"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -56,7 +56,7 @@ RDEPEND="
|
||||
media-libs/sdl2-image[png]
|
||||
media-libs/sdl2-ttf
|
||||
)
|
||||
server? ( aimodules? ( sys-devel/libtool ) )
|
||||
server? ( aimodules? ( dev-build/libtool ) )
|
||||
sound? (
|
||||
media-libs/libsdl2[sound]
|
||||
media-libs/sdl2-mixer[vorbis]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -40,7 +40,7 @@ RDEPEND="
|
||||
dev-db/sqlite:3
|
||||
dev-libs/icu:=
|
||||
net-misc/curl
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
sys-libs/zlib
|
||||
!dedicated? (
|
||||
media-libs/libpng
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -40,7 +40,7 @@ RDEPEND="
|
||||
dev-db/sqlite:3
|
||||
dev-libs/icu:=
|
||||
net-misc/curl
|
||||
sys-devel/libtool
|
||||
dev-build/libtool
|
||||
sys-libs/zlib
|
||||
!dedicated? (
|
||||
media-libs/libpng
|
||||
|
||||
@@ -30,6 +30,6 @@ RDEPEND="${COMMON_DEPEND}"
|
||||
BDEPEND="${COMMON_DEPEND}
|
||||
>=sys-devel/gettext-0.19.8
|
||||
>=dev-build/autoconf-2.53:*
|
||||
>=sys-devel/libtool-2.2.6:2
|
||||
>=dev-build/libtool-2.2.6:2
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
@@ -33,6 +33,6 @@ RDEPEND="${COMMON_DEPEND}"
|
||||
BDEPEND="${COMMON_DEPEND}
|
||||
>=sys-devel/gettext-0.19.8
|
||||
>=dev-build/autoconf-2.53:*
|
||||
>=sys-devel/libtool-2.2.6:2
|
||||
>=dev-build/libtool-2.2.6:2
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -30,7 +30,7 @@ BDEPEND="${COMMON_DEPEND}
|
||||
dev-util/gtk-doc-am
|
||||
>=dev-util/intltool-0.35
|
||||
sys-devel/gettext
|
||||
>=sys-devel/libtool-2.2.6
|
||||
>=dev-build/libtool-2.2.6
|
||||
virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -33,7 +33,7 @@ BDEPEND="${COMMON_DEPEND}
|
||||
dev-util/gtk-doc-am
|
||||
>=dev-util/intltool-0.35
|
||||
sys-devel/gettext
|
||||
>=sys-devel/libtool-2.2.6
|
||||
>=dev-build/libtool-2.2.6
|
||||
virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -76,7 +76,7 @@ DEPEND="
|
||||
dev-util/gtk-update-icon-cache
|
||||
>=dev-util/intltool-0.40.1
|
||||
>=sys-devel/gettext-0.19
|
||||
>=sys-devel/libtool-2.2
|
||||
>=dev-build/libtool-2.2
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user