commit: aa5c6f8951223cd30bd716c1ddd2b0f471deb475 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Sat Aug 6 00:56:48 2022 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Sat Aug 6 00:56:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5c6f89
dev-libs/libutf8proc: set QA_PKGCONFIG_VERSION Closes: https://bugs.gentoo.org/861908 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild | 4 +++- dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild | 4 +++- dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild index 5a659f96fa5b..6b0bd1b34e6c 100644 --- a/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-2.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -21,6 +21,8 @@ S="${WORKDIR}/${P#lib}" PATCHES=( "${FILESDIR}"/${PN}-grapheme-test.patch ) +QA_PKGCONFIG_VERSION="$(ver_cut 1).3.2" + src_prepare() { if use cjk; then einfo "Modifying East Asian Ambiguous (A) as wide ..." diff --git a/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild b/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild index 4790df370ef2..b0d09b3227d8 100644 --- a/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -23,6 +23,8 @@ BDEPEND="test? ( )" S="${WORKDIR}/${P#lib}" +QA_PKGCONFIG_VERSION="$(ver_cut 1).4.1" + src_prepare() { if use cjk; then einfo "Modifying East Asian Ambiguous (A) as wide ..." diff --git a/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild b/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild index 7e8a223a3271..12c67b2eadd8 100644 --- a/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild +++ b/dev-libs/libutf8proc/libutf8proc-2.7.0.ebuild @@ -23,6 +23,8 @@ BDEPEND="test? ( )" S="${WORKDIR}/${P#lib}" +QA_PKGCONFIG_VERSION="$(ver_cut 1).5.0" + src_prepare() { if use cjk; then einfo "Modifying East Asian Ambiguous (A) as wide ..."
