From a99c3f7607b8db6149363e7917fe7be171ce9ccb Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 2 May 2021 01:55:06 +0200 Subject: x11-libs/xtrans: Define XORG_CONFIGURE_OPTIONS in src_configure Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert Signed-off-by: Matt Turner --- x11-libs/xtrans/xtrans-1.4.0.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'x11-libs') diff --git a/x11-libs/xtrans/xtrans-1.4.0.ebuild b/x11-libs/xtrans/xtrans-1.4.0.ebuild index 6f7b1b960fa2..d2a46b26aee9 100644 --- a/x11-libs/xtrans/xtrans-1.4.0.ebuild +++ b/x11-libs/xtrans/xtrans-1.4.0.ebuild @@ -10,15 +10,12 @@ inherit xorg-3 DESCRIPTION="X.Org xtrans library" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" -RDEPEND="" -DEPEND="" - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( +src_configure() { + local XORG_CONFIGURE_OPTIONS=( $(use_enable doc docs) $(use_with doc xmlto) --without-fop ) + xorg-3_src_configure } -- cgit v1.2.3-65-gdbad