diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-07-30 21:41:45 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-07-30 21:41:45 +0000 |
commit | 9f66fbf0c44c9411458b76eebeeeddca84b5a6fd (patch) | |
tree | 3e078577d5e30841bae85fb5b4f48fbf72d1e4d6 | |
parent | Keywording for ppc. (diff) | |
download | gentoo-2-9f66fbf0c44c9411458b76eebeeeddca84b5a6fd.tar.gz gentoo-2-9f66fbf0c44c9411458b76eebeeeddca84b5a6fd.tar.bz2 gentoo-2-9f66fbf0c44c9411458b76eebeeeddca84b5a6fd.zip |
Keywording for ppc.
Bug 271148.
(Portage version: 13856-svn/cvs/Linux ppc)
-rw-r--r-- | lxde-base/lxtask/ChangeLog | 6 | ||||
-rw-r--r-- | lxde-base/lxtask/lxtask-0.1.1.ebuild | 6 | ||||
-rw-r--r-- | lxde-base/lxtask/lxtask-0.1.ebuild | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/lxde-base/lxtask/ChangeLog b/lxde-base/lxtask/ChangeLog index 78cd5619b73a..026503bc6a83 100644 --- a/lxde-base/lxtask/ChangeLog +++ b/lxde-base/lxtask/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxde-base/lxtask # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.4 2009/07/15 21:23:23 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/ChangeLog,v 1.5 2009/07/30 21:41:45 volkmar Exp $ + + 30 Jul 2009; Mounir Lamouri <volkmar@gentoo.org> lxtask-0.1.ebuild, + lxtask-0.1.1.ebuild: + Keywording for ppc. Bug 271148 *lxtask-0.1.1 (15 Jul 2009) diff --git a/lxde-base/lxtask/lxtask-0.1.1.ebuild b/lxde-base/lxtask/lxtask-0.1.1.ebuild index 90f152c71826..cc298a081210 100644 --- a/lxde-base/lxtask/lxtask-0.1.1.ebuild +++ b/lxde-base/lxtask/lxtask-0.1.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/lxtask/lxtask-0.1.1.ebuild,v 1.1 2009/07/15 21:23:23 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.1.ebuild,v 1.2 2009/07/30 21:41:45 volkmar Exp $ EAPI="1" @@ -9,7 +9,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="" @@ -21,5 +21,5 @@ DEPEND="${RDEPEND} src_install () { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS README + dodoc AUTHORS README || die "dodoc failed" } diff --git a/lxde-base/lxtask/lxtask-0.1.ebuild b/lxde-base/lxtask/lxtask-0.1.ebuild index 33418af0d756..9880f498e103 100644 --- a/lxde-base/lxtask/lxtask-0.1.ebuild +++ b/lxde-base/lxtask/lxtask-0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.ebuild,v 1.3 2008/12/07 18:51:32 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxtask/lxtask-0.1.ebuild,v 1.4 2009/07/30 21:41:45 volkmar Exp $ EAPI="1" @@ -9,7 +9,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="" RESTRICT="test" # bug 249598 @@ -22,5 +22,5 @@ DEPEND="${RDEPEND} src_install () { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS README + dodoc AUTHORS README || die "dodoc failed" } |