blob: 8d4fbbf20776a527b887853b6621653be4d46a88 [file] [log] [blame]
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.6.ebuild,v 1.8 2011/08/20 15:45:11 jer Exp $
EAPI=4
inherit xorg-2
DESCRIPTION="X authority file utility"
KEYWORDS="*"
IUSE="ipv6"
RDEPEND="x11-libs/libX11
x11-libs/libXau
x11-libs/libXext
x11-libs/libXmu"
DEPEND="${RDEPEND}"
pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable ipv6)
)
xorg-2_pkg_setup
}