From c59cd28d1ec49e1be4c4f54f1f566317ea3bee62 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Mon, 25 Feb 2008 17:24:57 +0000 Subject: USE flag session for libSM and libICE, amd64 stable. (Portage version: 2.1.4.4) --- x11-plugins/wmfire/ChangeLog | 5 ++++- x11-plugins/wmfire/wmfire-1.2.3.ebuild | 14 +++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) (limited to 'x11-plugins') diff --git a/x11-plugins/wmfire/ChangeLog b/x11-plugins/wmfire/ChangeLog index 91e3aa25ff67..5b14b8db0e04 100644 --- a/x11-plugins/wmfire/ChangeLog +++ b/x11-plugins/wmfire/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmfire # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.10 2008/01/12 11:39:27 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.11 2008/02/25 17:24:57 drac Exp $ + + 25 Feb 2008; Samuli Suominen wmfire-1.2.3.ebuild: + USE flag session for libSM and libICE, amd64 stable. *wmfire-1.2.3 (12 Jan 2008) diff --git a/x11-plugins/wmfire/wmfire-1.2.3.ebuild b/x11-plugins/wmfire/wmfire-1.2.3.ebuild index ccb9d797b3fc..fc171b43cb31 100644 --- a/x11-plugins/wmfire/wmfire-1.2.3.ebuild +++ b/x11-plugins/wmfire/wmfire-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-1.2.3.ebuild,v 1.1 2008/01/12 11:39:27 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-1.2.3.ebuild,v 1.2 2008/02/25 17:24:57 drac Exp $ inherit eutils @@ -10,15 +10,15 @@ SRC_URI="http://www.swanson.ukfsn.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +KEYWORDS="amd64 ~ppc ~sparc ~x86" +IUSE="session" RDEPEND=">=x11-libs/gtk+-2 >=gnome-base/libgtop-2 - x11-libs/libSM - x11-libs/libICE x11-libs/libX11 - x11-libs/libXext" + x11-libs/libXext + session? ( x11-libs/libSM + x11-libs/libICE )" DEPEND="${RDEPEND} dev-util/pkgconfig" @@ -29,7 +29,7 @@ src_unpack() { } src_compile() { - econf --enable-session + econf $(use_enable session) emake || die "emake failed." } -- cgit v1.2.3-65-gdbad