From c21cd95a12c44491814a2ca96c517050012c438e Mon Sep 17 00:00:00 2001 From: Jonathan Callen Date: Sat, 16 Jan 2010 00:59:59 +0000 Subject: Add prefix keywords (Portage version: -svn/cvs/Linux i686) --- lxde-base/lxpanel/ChangeLog | 7 +++++-- lxde-base/lxpanel/lxpanel-0.5.3.ebuild | 12 ++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) (limited to 'lxde-base') diff --git a/lxde-base/lxpanel/ChangeLog b/lxde-base/lxpanel/ChangeLog index b1ed16fedb77..82726814f1cc 100644 --- a/lxde-base/lxpanel/ChangeLog +++ b/lxde-base/lxpanel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxde-base/lxpanel -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.12 2009/11/21 18:33:50 nixnut Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.13 2010/01/16 00:59:59 abcd Exp $ + + 16 Jan 2010; Jonathan Callen lxpanel-0.5.3.ebuild: + Add prefix keywords 21 Nov 2009; nixnut lxpanel-0.5.3.ebuild: ppc stable #292698 diff --git a/lxde-base/lxpanel/lxpanel-0.5.3.ebuild b/lxde-base/lxpanel/lxpanel-0.5.3.ebuild index bad4259ea9cb..c912aef33c27 100644 --- a/lxde-base/lxpanel/lxpanel-0.5.3.ebuild +++ b/lxde-base/lxpanel/lxpanel-0.5.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.3.ebuild,v 1.4 2009/11/21 18:33:50 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.5.3.ebuild,v 1.5 2010/01/16 00:59:59 abcd Exp $ EAPI="2" inherit eutils autotools @@ -10,7 +10,7 @@ HOMEPAGE="http://lxde.sf.net/" SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux" SLOT="0" IUSE="+X +alsa" RESTRICT="test" # bug 249598 @@ -33,9 +33,13 @@ src_prepare() { } src_configure() { + local plugins=all + + [[ ${CHOST} == *-interix* ]] && plugins=deskno,kbled,xkb + econf $(use_enable alsa) \ $(use_with X x) \ - --with-plugins=all + --with-plugins="${plugins}" } src_install () { -- cgit v1.2.3-65-gdbad