diff options
author | 2021-05-13 15:50:29 +0200 | |
---|---|---|
committer | 2021-05-13 15:50:29 +0200 | |
commit | f412b433a5894f323d34f72bc02bfbf3f8a15754 (patch) | |
tree | b2e0f23ee87ed0ea8ce965d893e27e24b72539c4 /dev-vcs | |
parent | dev-lang/php: add missing multilib inherit for get_libname (diff) | |
download | gentoo-f412b433a5894f323d34f72bc02bfbf3f8a15754.tar.gz gentoo-f412b433a5894f323d34f72bc02bfbf3f8a15754.tar.bz2 gentoo-f412b433a5894f323d34f72bc02bfbf3f8a15754.zip |
dev-vcs/subversion: add missing multilib inherit for get_libname
Found using:
`grep -rsn -L -e "inherit.*multilib.*" | xargs grep "get_libname"`
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/subversion/subversion-1.14.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/subversion/subversion-1.14.1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild index 611d2627561d..8b2a3c3cda41 100644 --- a/dev-vcs/subversion/subversion-1.14.0-r1.ebuild +++ b/dev-vcs/subversion/subversion-1.14.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ DISTUTILS_OPTIONAL=1 WANT_AUTOMAKE="none" GENTOO_DEPEND_ON_PERL="no" -inherit autotools bash-completion-r1 db-use depend.apache flag-o-matic java-pkg-opt-2 libtool perl-module python-any-r1 ruby-single toolchain-funcs xdg-utils +inherit autotools bash-completion-r1 db-use depend.apache flag-o-matic java-pkg-opt-2 libtool multilib perl-module python-any-r1 ruby-single toolchain-funcs xdg-utils MY_P="${P/_/-}" DESCRIPTION="Advanced version control system" diff --git a/dev-vcs/subversion/subversion-1.14.1.ebuild b/dev-vcs/subversion/subversion-1.14.1.ebuild index 1479f99c5478..0299b82c53c5 100644 --- a/dev-vcs/subversion/subversion-1.14.1.ebuild +++ b/dev-vcs/subversion/subversion-1.14.1.ebuild @@ -9,7 +9,7 @@ DISTUTILS_OPTIONAL=1 WANT_AUTOMAKE="none" GENTOO_DEPEND_ON_PERL="no" -inherit autotools bash-completion-r1 db-use depend.apache flag-o-matic java-pkg-opt-2 libtool perl-module python-any-r1 ruby-single toolchain-funcs xdg-utils +inherit autotools bash-completion-r1 db-use depend.apache flag-o-matic java-pkg-opt-2 libtool multilib perl-module python-any-r1 ruby-single toolchain-funcs xdg-utils MY_P="${P/_/-}" DESCRIPTION="Advanced version control system" |