diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-07-30 18:32:38 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-07-30 18:32:38 +0000 |
commit | 70d1da350e4be214a0bbefd7e6f5590a0ae19b75 (patch) | |
tree | 83eaa8d5e9eb13acbfd7b8d81dfa356df71f5e53 /lxde-base/lxpanel | |
parent | Keywording for ppc. (diff) | |
download | gentoo-2-70d1da350e4be214a0bbefd7e6f5590a0ae19b75.tar.gz gentoo-2-70d1da350e4be214a0bbefd7e6f5590a0ae19b75.tar.bz2 gentoo-2-70d1da350e4be214a0bbefd7e6f5590a0ae19b75.zip |
Rekeywording for ppc.
Bug 271148.
(Portage version: 13856-svn/cvs/Linux ppc)
Diffstat (limited to 'lxde-base/lxpanel')
-rw-r--r-- | lxde-base/lxpanel/ChangeLog | 5 | ||||
-rw-r--r-- | lxde-base/lxpanel/lxpanel-0.4.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/lxde-base/lxpanel/ChangeLog b/lxde-base/lxpanel/ChangeLog index 0807f34c41aa..696ac1ebdf10 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.4 2009/05/24 22:55:07 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/ChangeLog,v 1.5 2009/07/30 18:32:38 volkmar Exp $ + + 30 Jul 2009; Mounir Lamouri <volkmar@gentoo.org> lxpanel-0.4.1.ebuild: + Rekeywording for ppc. Bug 271148 *lxpanel-0.4.1 (24 May 2009) diff --git a/lxde-base/lxpanel/lxpanel-0.4.1.ebuild b/lxde-base/lxpanel/lxpanel-0.4.1.ebuild index 1a5b5defb7f4..0252f7f84474 100644 --- a/lxde-base/lxpanel/lxpanel-0.4.1.ebuild +++ b/lxde-base/lxpanel/lxpanel-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.4.1.ebuild,v 1.2 2009/05/24 23:03:45 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpanel/lxpanel-0.4.1.ebuild,v 1.3 2009/07/30 18:32:38 volkmar 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 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" SLOT="0" IUSE="+X +alsa wifi" RESTRICT="test" # bug 249598 @@ -41,5 +41,5 @@ src_configure() { src_install () { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README + dodoc AUTHORS ChangeLog README || die "dodoc failed" } |