dev-db/mariadb-connector-c: update live ebuild
authorThomas Deutschmann <whissi@gentoo.org>
Wed, 1 Apr 2020 21:25:00 +0000 (23:25 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Wed, 1 Apr 2020 21:25:00 +0000 (23:25 +0200)
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-db/mariadb-connector-c/mariadb-connector-c-9999.ebuild

index 9b1a6789a00a8443e09f529b8c7636b8876f7bf3..91e9ba93b9954d1cfcf07471bb4fc9a15f89bef8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ else
        MY_PV=${PV/_b/-b}
        SRC_URI="https://downloads.mariadb.org/f/${MY_PN}-${PV%_beta}/${PN}-${MY_PV}-src.tar.gz?serve -> ${P}-src.tar.gz"
        S="${WORKDIR%/}/${PN}-${MY_PV}-src"
-       KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 fi
 
 inherit cmake-utils multilib-minimal toolchain-funcs ${VCS_INHERIT}
@@ -48,7 +48,7 @@ DEPEND="sys-libs/zlib:=[${MULTILIB_USEDEP}]
 RDEPEND="${DEPEND}"
 PATCHES=(
        "${FILESDIR}"/gentoo-layout-3.0.patch
-       "${FILESDIR}"/${PN}-3.0.8-fix-pkconfig-file.patch
+       "${FILESDIR}"/${PN}-3.1.3-fix-pkconfig-file.patch
 )
 
 src_configure() {