diff options
author | Remi Cardona <remi@gentoo.org> | 2009-08-13 13:06:50 +0000 |
---|---|---|
committer | Remi Cardona <remi@gentoo.org> | 2009-08-13 13:06:50 +0000 |
commit | b52aa038485c4218853e99df000ad29a0c4d9e80 (patch) | |
tree | e1fd7a1086191d6df9c9cb2d3011f678264ebbac /x11-libs/libSM/libSM-1.1.1.ebuild | |
parent | stable amd64/sparc, bug 281160 (diff) | |
download | historical-b52aa038485c4218853e99df000ad29a0c4d9e80.tar.gz historical-b52aa038485c4218853e99df000ad29a0c4d9e80.tar.bz2 historical-b52aa038485c4218853e99df000ad29a0c4d9e80.zip |
x11-libs/libSM: bump to 1.1.1, fix bugs 270003 and 280518
Package-Manager: portage-2.2_rc36/cvs/Linux i686
Diffstat (limited to 'x11-libs/libSM/libSM-1.1.1.ebuild')
-rw-r--r-- | x11-libs/libSM/libSM-1.1.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-libs/libSM/libSM-1.1.1.ebuild b/x11-libs/libSM/libSM-1.1.1.ebuild new file mode 100644 index 000000000000..e6b30b278652 --- /dev/null +++ b/x11-libs/libSM/libSM-1.1.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libSM/libSM-1.1.1.ebuild,v 1.1 2009/08/13 13:06:50 remi 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 + !x86-fbsd? ( + || ( >=sys-apps/util-linux-2.16 <sys-libs/e2fsprogs-libs-1.41.8 ) + )" +DEPEND="${RDEPEND}" + +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable ipv6)" +} |