diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-02-04 18:33:50 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-02-04 18:33:50 +0000 |
commit | 0c5222c38054ab509c9bb6e10ef1a072cdd886a5 (patch) | |
tree | 6883abac2f7a7ad4f1b8b317c10175017088f766 /x11-apps | |
parent | Drop mirroring restriction. Thanks to Zhang Le of bug #163088. (diff) | |
download | gentoo-2-0c5222c38054ab509c9bb6e10ef1a072cdd886a5.tar.gz gentoo-2-0c5222c38054ab509c9bb6e10ef1a072cdd886a5.tar.bz2 gentoo-2-0c5222c38054ab509c9bb6e10ef1a072cdd886a5.zip |
Drop mirroring restriction. Thanks to Zhang Le of bug #163088.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xhost/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xhost/xhost-1.0.1.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog index 17a7e9378926..336d8e110bfa 100644 --- a/x11-apps/xhost/ChangeLog +++ b/x11-apps/xhost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xhost -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.31 2006/12/17 04:26:45 joshuabaergen Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.32 2007/02/04 18:33:50 joshuabaergen Exp $ + + 04 Feb 2007; Joshua Baergen <joshuabaergen@gentoo.org> xhost-1.0.1.ebuild: + Drop mirroring restriction. Thanks to Zhang Le of bug #163088. 17 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org> xhost-1.0.1.ebuild: Fix up DESCRIPTION. (Petteri Räty, bug #158331) diff --git a/x11-apps/xhost/xhost-1.0.1.ebuild b/x11-apps/xhost/xhost-1.0.1.ebuild index de48b77b87a7..8fc33b19f312 100644 --- a/x11-apps/xhost/xhost-1.0.1.ebuild +++ b/x11-apps/xhost/xhost-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.1.ebuild,v 1.10 2006/12/17 04:26:45 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.1.ebuild,v 1.11 2007/02/04 18:33:50 joshuabaergen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -11,7 +11,6 @@ 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" -RESTRICT="mirror" RDEPEND="x11-libs/libX11 x11-libs/libXmu" |