diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-09-09 09:42:56 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-09-09 09:42:56 +0000 |
commit | 94e096459796a9d3c208525122d072f7ce9c26a5 (patch) | |
tree | e234e29f7856167672f6b7196c6db02b48d8899f /x11-libs/libSM/libSM-1.0.3.ebuild | |
parent | Apparently 2.6.20 has the WIRELESS_EXT config option, removing the commented ... (diff) | |
download | gentoo-2-94e096459796a9d3c208525122d072f7ce9c26a5.tar.gz gentoo-2-94e096459796a9d3c208525122d072f7ce9c26a5.tar.bz2 gentoo-2-94e096459796a9d3c208525122d072f7ce9c26a5.zip |
Bump for 7.3.
(Portage version: 2.1.3.8)
Diffstat (limited to 'x11-libs/libSM/libSM-1.0.3.ebuild')
-rw-r--r-- | x11-libs/libSM/libSM-1.0.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-libs/libSM/libSM-1.0.3.ebuild b/x11-libs/libSM/libSM-1.0.3.ebuild new file mode 100644 index 000000000000..5cb4f452507a --- /dev/null +++ b/x11-libs/libSM/libSM-1.0.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.0.3.ebuild,v 1.1 2007/09/09 09:42:55 dberkholz 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" + +RDEPEND="x11-libs/libICE + x11-libs/xtrans + x11-proto/xproto" +DEPEND="${RDEPEND}" + +CONFIGURE_OPTIONS="$(use_enable ipv6)" |