diff options
author | David Seifert <soap@gentoo.org> | 2021-05-02 01:55:06 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-05-02 11:24:50 -0400 |
commit | a99c3f7607b8db6149363e7917fe7be171ce9ccb (patch) | |
tree | d616820e2612cd69ee1f3dc58ae5336b43ae182c /x11-libs | |
parent | x11-libs/libXt: Define XORG_CONFIGURE_OPTIONS in src_configure (diff) | |
download | gentoo-a99c3f7607b8db6149363e7917fe7be171ce9ccb.tar.gz gentoo-a99c3f7607b8db6149363e7917fe7be171ce9ccb.tar.bz2 gentoo-a99c3f7607b8db6149363e7917fe7be171ce9ccb.zip |
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 <soap@gentoo.org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xtrans/xtrans-1.4.0.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
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 } |