diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-02 01:35:17 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-02 01:35:17 +0000 |
commit | deea33e43631dd00f888842fd7db6a420d177d27 (patch) | |
tree | 0761e21bb03331047032cd0a6ef2382f381d2a37 /x11-apps | |
parent | Version bump. (diff) | |
download | gentoo-2-deea33e43631dd00f888842fd7db6a420d177d27.tar.gz gentoo-2-deea33e43631dd00f888842fd7db6a420d177d27.tar.bz2 gentoo-2-deea33e43631dd00f888842fd7db6a420d177d27.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xhost/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xhost/xhost-1.0.7.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/x11-apps/xhost/ChangeLog b/x11-apps/xhost/ChangeLog index 1c7138eb8734..6e4c373630bb 100644 --- a/x11-apps/xhost/ChangeLog +++ b/x11-apps/xhost/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xhost # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.86 2015/04/11 21:54:24 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/ChangeLog,v 1.87 2015/07/02 01:35:17 mrueg Exp $ + +*xhost-1.0.7 (02 Jul 2015) + + 02 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +xhost-1.0.7.ebuild: + Version bump. 11 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -xhost-1.0.4.ebuild, -xhost-1.0.5.ebuild: diff --git a/x11-apps/xhost/xhost-1.0.7.ebuild b/x11-apps/xhost/xhost-1.0.7.ebuild new file mode 100644 index 000000000000..b2ff90644fa1 --- /dev/null +++ b/x11-apps/xhost/xhost-1.0.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xhost/xhost-1.0.7.ebuild,v 1.1 2015/07/02 01:35:17 mrueg Exp $ + +EAPI=5 + +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" +IUSE="ipv6" + +RDEPEND="x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXau" +DEPEND="${RDEPEND}" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS="$(use_enable ipv6)" +} |