diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-01-25 21:41:01 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-01-25 21:42:36 -0800 |
commit | 816fe81458a6879769c87540fa6d6d469cba0a2c (patch) | |
tree | 0500f1ddcef7d5abff219b282f261822d37ec7b8 /x11-apps | |
parent | media-plugins/gst-transcoder: Remove old (diff) | |
download | gentoo-816fe81458a6879769c87540fa6d6d469cba0a2c.tar.gz gentoo-816fe81458a6879769c87540fa6d6d469cba0a2c.tar.bz2 gentoo-816fe81458a6879769c87540fa6d6d469cba0a2c.zip |
x11-apps/xeyes: s/CONFIGURE_OPTIONS/XORG_CONFIGURE_OPTIONS/
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xeyes/xeyes-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/xeyes/xeyes-1.1.1.ebuild b/x11-apps/xeyes/xeyes-1.1.1.ebuild index 1d574c7b5715..839ebbce534e 100644 --- a/x11-apps/xeyes/xeyes-1.1.1.ebuild +++ b/x11-apps/xeyes/xeyes-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,4 +16,4 @@ RDEPEND="x11-libs/libX11 x11-libs/libXrender" DEPEND="${RDEPEND}" -CONFIGURE_OPTIONS="--with-xrender" +XORG_CONFIGURE_OPTIONS="--with-xrender" |