summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-05 15:24:20 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-05 15:24:20 +0000
commit5016385273bf4178dc3a3e7c62bf7accf3ffcd8e (patch)
tree944ab2e062df9d1d80ba3bfde46a8462d8491956 /x11-apps/xhost
parentVersion bump. (diff)
downloadgentoo-2-5016385273bf4178dc3a3e7c62bf7accf3ffcd8e.tar.gz
gentoo-2-5016385273bf4178dc3a3e7c62bf7accf3ffcd8e.tar.bz2
gentoo-2-5016385273bf4178dc3a3e7c62bf7accf3ffcd8e.zip
Migrate to XORG_CONFIGURE_OPTIONS, bug #424555.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xhost')
-rw-r--r--x11-apps/xhost/ChangeLog7
-rw-r--r--x11-apps/xhost/xhost-1.0.5.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog
index 58ed24268bcb..a65fb6d7e1e4 100644
--- a/x11-apps/xhost/ChangeLog
+++ b/x11-apps/xhost/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xhost
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.69 2012/06/28 14:29:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.70 2012/07/05 15:24:20 chithanh Exp $
+
+ 05 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xhost-1.0.5.ebuild:
+ Migrate to XORG_CONFIGURE_OPTIONS, bug #424555.
28 Jun 2012; Jeroen Roovers <jer@gentoo.org> xhost-1.0.5.ebuild:
Stable for HPPA (bug #419473).
@@ -240,4 +244,3 @@
08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +xhost-0.99.0.ebuild:
Initial commit for modular X.
-
diff --git a/x11-apps/xhost/xhost-1.0.5.ebuild b/x11-apps/xhost/xhost-1.0.5.ebuild
index 45e8002fba92..4979f355069f 100644
--- a/x11-apps/xhost/xhost-1.0.5.ebuild
+++ b/x11-apps/xhost/xhost-1.0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.5.ebuild,v 1.6 2012/06/28 14:29:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.5.ebuild,v 1.7 2012/07/05 15:24:20 chithanh Exp $
EAPI=4
@@ -17,5 +17,5 @@ RDEPEND="x11-libs/libX11
DEPEND="${RDEPEND}"
pkg_setup() {
- CONFIGURE_OPTIONS="$(use_enable ipv6)"
+ XORG_CONFIGURE_OPTIONS="$(use_enable ipv6)"
}