diff options
-rw-r--r-- | x11-apps/xhost/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xhost/xhost-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog index 6be6cbd03f09..5527c2218da4 100644 --- a/x11-apps/xhost/ChangeLog +++ b/x11-apps/xhost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xhost # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.53 2010/01/19 18:48:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.54 2010/02/25 07:12:23 abcd Exp $ + + 25 Feb 2010; Jonathan Callen <abcd@gentoo.org> xhost-1.0.3.ebuild: + Transfer prefix keywords (no other changes) 19 Jan 2010; Raúl Porcel <armin76@gentoo.org> xhost-1.0.3.ebuild: s390 stable wrt #294958 diff --git a/x11-apps/xhost/xhost-1.0.3.ebuild b/x11-apps/xhost/xhost-1.0.3.ebuild index f3cda5687550..faf0b3d699b1 100644 --- a/x11-apps/xhost/xhost-1.0.3.ebuild +++ b/x11-apps/xhost/xhost-1.0.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.3.ebuild,v 1.9 2010/01/19 18:48:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.3.ebuild,v 1.10 2010/02/25 07:12:23 abcd Exp $ 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" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="ipv6" RDEPEND="x11-libs/libX11 |