diff options
author | 2006-10-22 17:59:02 +0000 | |
---|---|---|
committer | 2006-10-22 17:59:02 +0000 | |
commit | fc0b73e68d7178fb1def1985126af6b338b76fb3 (patch) | |
tree | ec5b2f912764ed8e2019e2f17cc372c36d4a13fa /x11-libs/libSM/libSM-1.0.2.ebuild | |
parent | Version bump with minor changes. (diff) | |
download | gentoo-2-fc0b73e68d7178fb1def1985126af6b338b76fb3.tar.gz gentoo-2-fc0b73e68d7178fb1def1985126af6b338b76fb3.tar.bz2 gentoo-2-fc0b73e68d7178fb1def1985126af6b338b76fb3.zip |
Version bump with minor changes.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'x11-libs/libSM/libSM-1.0.2.ebuild')
-rw-r--r-- | x11-libs/libSM/libSM-1.0.2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-libs/libSM/libSM-1.0.2.ebuild b/x11-libs/libSM/libSM-1.0.2.ebuild new file mode 100644 index 000000000000..9baae1d42c95 --- /dev/null +++ b/x11-libs/libSM/libSM-1.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.0.2.ebuild,v 1.1 2006/10/22 17:59:02 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org SM library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="ipv6" +RESTRICT="mirror" + +RDEPEND="x11-libs/libICE + x11-libs/xtrans + x11-proto/xproto" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="$(use_enable ipv6)" |