summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-05-02 01:55:05 +0200
committerMatt Turner <mattst88@gentoo.org>2021-05-02 11:24:44 -0400
commitc55b7b46f658a3f719861f9dcb1a9d6971cb0b60 (patch)
tree7f42e3f28d27c0a672f5f30729d2b35f62ece86a /x11-apps
parentx11-apps/xhost: Define XORG_CONFIGURE_OPTIONS in src_configure (diff)
downloadgentoo-c55b7b46f658a3f719861f9dcb1a9d6971cb0b60.tar.gz
gentoo-c55b7b46f658a3f719861f9dcb1a9d6971cb0b60.tar.bz2
gentoo-c55b7b46f658a3f719861f9dcb1a9d6971cb0b60.zip
x11-apps/xlogo: Make XORG_CONFIGURE_OPTIONS an array
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-apps')
-rw-r--r--x11-apps/xlogo/xlogo-1.0.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-apps/xlogo/xlogo-1.0.5.ebuild b/x11-apps/xlogo/xlogo-1.0.5.ebuild
index e8c3fbcf83ae..2ad3f292106e 100644
--- a/x11-apps/xlogo/xlogo-1.0.5.ebuild
+++ b/x11-apps/xlogo/xlogo-1.0.5.ebuild
@@ -20,4 +20,4 @@ RDEPEND="x11-libs/libXrender
x11-libs/libX11"
DEPEND="${RDEPEND}"
-XORG_CONFIGURE_OPTIONS="--with-render"
+XORG_CONFIGURE_OPTIONS=( --with-render )