diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-08-06 10:01:32 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-08-06 10:01:32 +0000 |
commit | a56d3f146cd27781a6578fb05f4806dad6824dd0 (patch) | |
tree | 5b9aa7f3a7acb1d48da320a6b6d5ff51ca4cd2ee /x11-libs/libFS/libFS-1.0.2.ebuild | |
parent | x11-libs/libX11: bump to 1.2.2 (diff) | |
download | gentoo-2-a56d3f146cd27781a6578fb05f4806dad6824dd0.tar.gz gentoo-2-a56d3f146cd27781a6578fb05f4806dad6824dd0.tar.bz2 gentoo-2-a56d3f146cd27781a6578fb05f4806dad6824dd0.zip |
x11-libs/libFS: bump to 1.0.2
(Portage version: 2.2_rc36/cvs/Linux i686)
Diffstat (limited to 'x11-libs/libFS/libFS-1.0.2.ebuild')
-rw-r--r-- | x11-libs/libFS/libFS-1.0.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-libs/libFS/libFS-1.0.2.ebuild b/x11-libs/libFS/libFS-1.0.2.ebuild new file mode 100644 index 000000000000..eea2988ab91c --- /dev/null +++ b/x11-libs/libFS/libFS-1.0.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libFS/libFS-1.0.2.ebuild,v 1.1 2009/08/06 10:01:32 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +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}" + +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable ipv6)" +} |