commit: f1d1b7d0e60dc0a551186179e8bae8db4f40ecd1 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com> AuthorDate: Thu Jul 28 06:12:41 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Aug 10 13:27:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d1b7d0
x11-libs/libXaw3dXft: fix pkg-config Version Closes: https://bugs.gentoo.org/859877 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26631 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild b/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild index 3523c3b1a0bb..d42b0426bbdf 100644 --- a/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild +++ b/x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.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 @@ -6,7 +6,7 @@ EAPI=7 inherit xorg-3 DESCRIPTION="Xaw3dXft library" -HOMEPAGE="https://sourceforge.net/projects/sf-xpaint" +HOMEPAGE="https://sourceforge.net/projects/sf-xpaint/" SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2" KEYWORDS="amd64 x86" @@ -23,7 +23,10 @@ DEPEND="${RDEPEND} x11-base/xorg-proto" BDEPEND=" sys-devel/flex - virtual/yacc" + virtual/yacc + x11-misc/util-macros" + +QA_PKGCONFIG_VERSION="${PV//[!0-9.]}" src_configure() { local XORG_CONFIGURE_OPTIONS=(
