diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-29 11:09:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-29 11:09:30 +0000 |
commit | f913ecbafcba549bafdbe1c9d76c22d88399afc5 (patch) | |
tree | e771cda87623838eb30d4b32facb316d9684f263 /x11-apps/xhost | |
parent | Stable for amd64, wrt bug #475480 (diff) | |
download | gentoo-2-f913ecbafcba549bafdbe1c9d76c22d88399afc5.tar.gz gentoo-2-f913ecbafcba549bafdbe1c9d76c22d88399afc5.tar.bz2 gentoo-2-f913ecbafcba549bafdbe1c9d76c22d88399afc5.zip |
Stable for amd64, wrt bug #475480
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-apps/xhost')
-rw-r--r-- | x11-apps/xhost/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xhost/xhost-1.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog index 7f58f66a34ae..22554b66f3ec 100644 --- a/x11-apps/xhost/ChangeLog +++ b/x11-apps/xhost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xhost # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.75 2013/07/18 14:49:58 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.76 2013/09/29 11:09:30 ago Exp $ + + 29 Sep 2013; Agostino Sarubbo <ago@gentoo.org> xhost-1.0.6.ebuild: + Stable for amd64, wrt bug #475480 *xhost-1.0.6 (18 Jul 2013) diff --git a/x11-apps/xhost/xhost-1.0.6.ebuild b/x11-apps/xhost/xhost-1.0.6.ebuild index dedc099cc73e..0b4f827a63cb 100644 --- a/x11-apps/xhost/xhost-1.0.6.ebuild +++ b/x11-apps/xhost/xhost-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.6.ebuild,v 1.1 2013/07/18 14:49:58 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.6.ebuild,v 1.2 2013/09/29 11:09:30 ago Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit xorg-2 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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="ipv6" RDEPEND="x11-libs/libX11 |