diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-08-05 18:22:01 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-08-05 18:22:01 +0000 |
commit | e62b6239bb20d587658256de3bed94a4b6ccd949 (patch) | |
tree | f179a059c966e102df0598aed751f7d5fd6e1095 /lxde-base | |
parent | Adding RDEPENDS on lxde-base/lxde-common and lxde-base/lxsession (diff) | |
download | historical-e62b6239bb20d587658256de3bed94a4b6ccd949.tar.gz historical-e62b6239bb20d587658256de3bed94a4b6ccd949.tar.bz2 historical-e62b6239bb20d587658256de3bed94a4b6ccd949.zip |
Keywording for ppc.
Bug 271148.
Package-Manager: portage-13870-svn/cvs/Linux ppc
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxde-common/ChangeLog | 5 | ||||
-rw-r--r-- | lxde-base/lxde-common/lxde-common-0.4.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/lxde-base/lxde-common/ChangeLog b/lxde-base/lxde-common/ChangeLog index d606dea68502..fa3c74f9810b 100644 --- a/lxde-base/lxde-common/ChangeLog +++ b/lxde-base/lxde-common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for lxde-base/lxde-common # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.4 2009/07/12 18:17:15 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/ChangeLog,v 1.5 2009/08/05 18:22:01 volkmar Exp $ + + 05 Aug 2009; Mounir Lamouri <volkmar@gentoo.org> lxde-common-0.4.2.ebuild: + Keywording for ppc, bug 271148 *lxde-common-0.4.2 (12 Jul 2009) diff --git a/lxde-base/lxde-common/lxde-common-0.4.2.ebuild b/lxde-base/lxde-common/lxde-common-0.4.2.ebuild index 04d8dfd4db9d..93c35ee1d323 100644 --- a/lxde-base/lxde-common/lxde-common-0.4.2.ebuild +++ b/lxde-base/lxde-common/lxde-common-0.4.2.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/lxde-common/lxde-common-0.4.2.ebuild,v 1.1 2009/07/12 18:17:15 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxde-common/lxde-common-0.4.2.ebuild,v 1.2 2009/08/05 18:22:01 volkmar Exp $ EAPI="1" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/lxde/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="x11-libs/gtk+:2" @@ -20,5 +20,5 @@ DEPEND="${RDEPEND} src_install () { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README + dodoc AUTHORS ChangeLog README || die "dodoc failed" } |