diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 20:18:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 20:18:40 +0100 |
commit | eabb6140723f0cc3e157a5e1d6f92b8076ceeb38 (patch) | |
tree | 31cc7ca69a2f3155c8c6bf0819f172d26c18a2a4 /sys-libs/db | |
parent | www-plugins/gosuslugi-plugin: drop use of deprecated eutils (diff) | |
download | gentoo-eabb6140723f0cc3e157a5e1d6f92b8076ceeb38.tar.gz gentoo-eabb6140723f0cc3e157a5e1d6f92b8076ceeb38.tar.bz2 gentoo-eabb6140723f0cc3e157a5e1d6f92b8076ceeb38.zip |
sys-libs/db: fix DeprecatedEclass (versionator)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/db')
-rw-r--r-- | sys-libs/db/db-6.1.38-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/db/db-6.2.38-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/db/db-6.1.38-r1.ebuild b/sys-libs/db/db-6.1.38-r1.ebuild index 278f210fd913..9e4cdf7d678a 100644 --- a/sys-libs/db/db-6.1.38-r1.ebuild +++ b/sys-libs/db/db-6.1.38-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit db flag-o-matic autotools multilib multilib-minimal eapi7-ver versionator toolchain-funcs +inherit db flag-o-matic autotools multilib multilib-minimal eapi7-ver toolchain-funcs #Number of official patches #PATCHNO=`echo ${PV}|sed -e "s,\(.*_p\)\([0-9]*\),\2,"` @@ -28,7 +28,7 @@ for (( i=1 ; i<=${PATCHNO} ; i++ )) ; do done LICENSE="AGPL-3" -SLOT="$(get_version_component_range 1-2)" +SLOT="$(ver_cut 1-2)" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="doc cxx tcl test" diff --git a/sys-libs/db/db-6.2.38-r1.ebuild b/sys-libs/db/db-6.2.38-r1.ebuild index de6a736bdf14..846d8741b73d 100644 --- a/sys-libs/db/db-6.2.38-r1.ebuild +++ b/sys-libs/db/db-6.2.38-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit db flag-o-matic autotools multilib multilib-minimal versionator eapi7-ver toolchain-funcs +inherit db flag-o-matic autotools multilib multilib-minimal eapi7-ver toolchain-funcs #Number of official patches #PATCHNO=`echo ${PV}|sed -e "s,\(.*_p\)\([0-9]*\),\2,"` @@ -28,7 +28,7 @@ for (( i=1 ; i<=${PATCHNO} ; i++ )) ; do done LICENSE="AGPL-3" -SLOT="$(get_version_component_range 1-2)" +SLOT="$(ver_cut 1-2)" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc cxx tcl test" |