mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/db: fix DeprecatedEclass (versionator)
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user