diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-01-16 00:59:59 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-01-16 00:59:59 +0000 |
commit | c21cd95a12c44491814a2ca96c517050012c438e (patch) | |
tree | b2deab12bc922a3b478bf56b7e59a90686f1977d /lxde-base/lxpanel | |
parent | Add prefix keywords (diff) | |
download | gentoo-2-c21cd95a12c44491814a2ca96c517050012c438e.tar.gz gentoo-2-c21cd95a12c44491814a2ca96c517050012c438e.tar.bz2 gentoo-2-c21cd95a12c44491814a2ca96c517050012c438e.zip |
Add prefix keywords
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'lxde-base/lxpanel')
-rw-r--r-- | lxde-base/lxpanel/ChangeLog | 7 | ||||
-rw-r--r-- | lxde-base/lxpanel/lxpanel-0.5.3.ebuild | 12 |
2 files changed, 13 insertions, 6 deletions
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 <abcd@gentoo.org> lxpanel-0.5.3.ebuild: + Add prefix keywords 21 Nov 2009; nixnut <nixnut@gentoo.org> 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 () { |