Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xeyes/
Date: Thu, 26 Jan 2017 05:43:02
Message-Id: 1485409356.816fe81458a6879769c87540fa6d6d469cba0a2c.mattst88@gentoo
1 commit: 816fe81458a6879769c87540fa6d6d469cba0a2c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 05:41:01 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 05:42:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816fe814
7
8 x11-apps/xeyes: s/CONFIGURE_OPTIONS/XORG_CONFIGURE_OPTIONS/
9
10 x11-apps/xeyes/xeyes-1.1.1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/x11-apps/xeyes/xeyes-1.1.1.ebuild b/x11-apps/xeyes/xeyes-1.1.1.ebuild
14 index 1d574c7..839ebbc 100644
15 --- a/x11-apps/xeyes/xeyes-1.1.1.ebuild
16 +++ b/x11-apps/xeyes/xeyes-1.1.1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2012 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Id$
22
23 @@ -16,4 +16,4 @@ RDEPEND="x11-libs/libX11
24 x11-libs/libXrender"
25 DEPEND="${RDEPEND}"
26
27 -CONFIGURE_OPTIONS="--with-xrender"
28 +XORG_CONFIGURE_OPTIONS="--with-xrender"