diff options
author | Brent Baude <ranger@gentoo.org> | 2010-01-23 15:43:19 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-01-23 15:43:19 +0000 |
commit | 2be4458020e5fc5996f664e00ddb3b4336c495f2 (patch) | |
tree | 550220557ac7802f53ad299ca4145acaebad42f9 /games-util/linux-wbfs-manager | |
parent | stable ppc, bug 300606 (diff) | |
download | gentoo-2-2be4458020e5fc5996f664e00ddb3b4336c495f2.tar.gz gentoo-2-2be4458020e5fc5996f664e00ddb3b4336c495f2.tar.bz2 gentoo-2-2be4458020e5fc5996f664e00ddb3b4336c495f2.zip |
keyworded ~arch for ppc, bug 296690
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'games-util/linux-wbfs-manager')
-rw-r--r-- | games-util/linux-wbfs-manager/ChangeLog | 8 | ||||
-rw-r--r-- | games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games-util/linux-wbfs-manager/ChangeLog b/games-util/linux-wbfs-manager/ChangeLog index c19adcc2fb69..f070ca917665 100644 --- a/games-util/linux-wbfs-manager/ChangeLog +++ b/games-util/linux-wbfs-manager/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/linux-wbfs-manager -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog,v 1.5 2009/12/29 14:13:59 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/ChangeLog,v 1.6 2010/01/23 15:43:19 ranger Exp $ + + 23 Jan 2010; Brent Baude <ranger@gentoo.org> + linux-wbfs-manager-0.1.11.ebuild: + keyworded ~arch for ppc, bug 296690 29 Dec 2009; Markus Meier <maekke@gentoo.org> linux-wbfs-manager-0.1.11.ebuild: diff --git a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild index e56bf7b71267..4819e8c58be3 100644 --- a/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild +++ b/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild,v 1.5 2010/01/05 15:53:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/linux-wbfs-manager/linux-wbfs-manager-0.1.11.ebuild,v 1.6 2010/01/23 15:43:19 ranger Exp $ EAPI=2 if [[ "${PV}" == "9999" ]]; then @@ -11,7 +11,7 @@ if [[ "${PV}" == "9999" ]]; then else inherit toolchain-funcs SRC_URI="http://linux-wbfs-manager.googlecode.com/files/${P}.tar.gz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~ppc x86" fi; DESCRIPTION="WBFS manager for Linux using GTK+" |