summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2007-08-01 20:26:39 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2007-08-01 20:26:39 +0000
commit8b7bfc6178a32038170391ffd3a16d244c83b074 (patch)
tree4ea8d4283839f0952494478be44ac0f2fcb248b8 /x11-apps/xhost/xhost-1.0.2.ebuild
parentBump. Adds Sensitivity option for high-res mice and doc fixes. (diff)
downloadhistorical-8b7bfc6178a32038170391ffd3a16d244c83b074.tar.gz
historical-8b7bfc6178a32038170391ffd3a16d244c83b074.tar.bz2
historical-8b7bfc6178a32038170391ffd3a16d244c83b074.zip
Bump. Only manpage updates.
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'x11-apps/xhost/xhost-1.0.2.ebuild')
-rw-r--r--x11-apps/xhost/xhost-1.0.2.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/xhost/xhost-1.0.2.ebuild b/x11-apps/xhost/xhost-1.0.2.ebuild
new file mode 100644
index 000000000000..59a1b387258a
--- /dev/null
+++ b/x11-apps/xhost/xhost-1.0.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.2.ebuild,v 1.1 2007/08/01 20:26:39 dberkholz Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="Controls host and/or user access to a running X server."
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="ipv6"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}"
+
+CONFIGURE_OPTIONS="$(use_enable ipv6)"