diff options
author | Viorel Munteanu <ceamac.paragon@gmail.com> | 2022-07-28 09:12:41 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-08-10 16:27:54 +0300 |
commit | f1d1b7d0e60dc0a551186179e8bae8db4f40ecd1 (patch) | |
tree | ddaf850c1f1b4ef1527eb3623fd8a142a5f13380 /x11-libs/libXaw3dXft | |
parent | dev-python/pyte: enable py3.11 (diff) | |
download | gentoo-f1d1b7d0e60dc0a551186179e8bae8db4f40ecd1.tar.gz gentoo-f1d1b7d0e60dc0a551186179e8bae8db4f40ecd1.tar.bz2 gentoo-f1d1b7d0e60dc0a551186179e8bae8db4f40ecd1.zip |
x11-libs/libXaw3dXft: fix pkg-config Version
Closes: https://bugs.gentoo.org/859877
Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26631
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-libs/libXaw3dXft')
-rw-r--r-- | x11-libs/libXaw3dXft/libXaw3dXft-1.6.2h.ebuild | 9 |
1 files 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=( |