diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-21 22:48:44 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2022-07-21 22:51:19 +0200 |
commit | 38759d6ac73b3e04f701c4ee071a9558e2b5c952 (patch) | |
tree | 457bf8651095f17c13c1265709c6fc8a395e7d8d /gnustep-base | |
parent | mail-client/claws-mail: pkg-config file has extra .0 (diff) | |
download | gentoo-38759d6ac73b3e04f701c4ee071a9558e2b5c952.tar.gz gentoo-38759d6ac73b3e04f701c4ee071a9558e2b5c952.tar.bz2 gentoo-38759d6ac73b3e04f701c4ee071a9558e2b5c952.zip |
gnustep-base/libobjc2: set QA_PKGCONFIG_VERSION
Closes: https://bugs.gentoo.org/859472
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'gnustep-base')
-rw-r--r-- | gnustep-base/libobjc2/libobjc2-2.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnustep-base/libobjc2/libobjc2-2.1.ebuild b/gnustep-base/libobjc2/libobjc2-2.1.ebuild index 98b36a4a4fa1..e0bfeb2fd6f7 100644 --- a/gnustep-base/libobjc2/libobjc2-2.1.ebuild +++ b/gnustep-base/libobjc2/libobjc2-2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,6 +11,7 @@ SRC_URI="https://github.com/gnustep/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" +QA_PKGCONFIG_VERSION="2.0.0" KEYWORDS="~amd64 ~x86" IUSE="boehm-gc test" RESTRICT="!test? ( test )" |