diff options
author | 2013-06-01 03:17:05 +0000 | |
---|---|---|
committer | 2013-06-01 03:17:05 +0000 | |
commit | 11aa323db1a291560c52a34a0a83f9a9067a218d (patch) | |
tree | a821d46354af2a6cd616f16f662017b11cc99e62 /x11-libs/libFS/libFS-1.0.5.ebuild | |
parent | Version bump for security bug #471098. (diff) | |
download | gentoo-2-11aa323db1a291560c52a34a0a83f9a9067a218d.tar.gz gentoo-2-11aa323db1a291560c52a34a0a83f9a9067a218d.tar.bz2 gentoo-2-11aa323db1a291560c52a34a0a83f9a9067a218d.zip |
Version bump for security bug #471098.
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/libFS/libFS-1.0.5.ebuild')
-rw-r--r-- | x11-libs/libFS/libFS-1.0.5.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-libs/libFS/libFS-1.0.5.ebuild b/x11-libs/libFS/libFS-1.0.5.ebuild new file mode 100644 index 000000000000..a554c77e793a --- /dev/null +++ b/x11-libs/libFS/libFS-1.0.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.5.ebuild,v 1.1 2013/06/01 03:17:05 chithanh Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="X.Org FS library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="ipv6" + +RDEPEND="x11-libs/xtrans + x11-proto/xproto + x11-proto/fontsproto" +DEPEND="${RDEPEND}" + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable ipv6) + ) + xorg-2_src_configure +} |