diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-11-13 23:32:29 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-11-13 23:32:29 +0000 |
commit | 11e52b2032029c3c9e5fd907cc0811d4bbe7c12f (patch) | |
tree | a16c53ca4c7b8c5593356b72f5585a6c8cf18b9e /dev-games | |
parent | Shorten the DESCRIPTION by moving it to metadata.xml. (diff) | |
download | historical-11e52b2032029c3c9e5fd907cc0811d4bbe7c12f.tar.gz historical-11e52b2032029c3c9e5fd907cc0811d4bbe7c12f.tar.bz2 historical-11e52b2032029c3c9e5fd907cc0811d4bbe7c12f.zip |
Changing ~amd64 to -amd64 due to bug #187093.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/cel/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/cel/cel-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 6 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.0.1.ebuild | 4 |
4 files changed, 13 insertions, 6 deletions
diff --git a/dev-games/cel/ChangeLog b/dev-games/cel/ChangeLog index f0fea7cd35d2..7c957ed41589 100644 --- a/dev-games/cel/ChangeLog +++ b/dev-games/cel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/cel # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v 1.22 2007/10/30 17:10:39 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v 1.23 2007/11/13 23:32:29 wolf31o2 Exp $ + + 13 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> cel-1.0.1.ebuild: + Changing ~amd64 to -amd64 due to bug #187093. 30 Oct 2007; nixnut <nixnut@gentoo.org> cel-0.98.2.ebuild, cel-1.2.ebuild: removed ~ppc/ppc keywords from all versions diff --git a/dev-games/cel/cel-1.0.1.ebuild b/dev-games/cel/cel-1.0.1.ebuild index cda79c7c3b64..7a11fa59ded6 100644 --- a/dev-games/cel/cel-1.0.1.ebuild +++ b/dev-games/cel/cel-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.0.1.ebuild,v 1.3 2007/10/28 13:24:48 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.0.1.ebuild,v 1.4 2007/11/13 23:32:29 wolf31o2 Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="-amd64 x86" IUSE="python" RDEPEND=">=dev-games/crystalspace-1.0 diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index f9eeba2a1858..19ae3b1537c3 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-games/crystalspace # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.34 2007/10/30 17:13:04 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.35 2007/11/13 23:31:34 wolf31o2 Exp $ + + 13 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> + crystalspace-1.0.1.ebuild: + Changing ~amd64 to -amd64 due to bug #187093. 30 Oct 2007; nixnut <nixnut@gentoo.org> crystalspace-0.98.4.ebuild, crystalspace-1.2.ebuild: diff --git a/dev-games/crystalspace/crystalspace-1.0.1.ebuild b/dev-games/crystalspace/crystalspace-1.0.1.ebuild index 7ce7793b6373..6147de9ab707 100644 --- a/dev-games/crystalspace/crystalspace-1.0.1.ebuild +++ b/dev-games/crystalspace/crystalspace-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.5 2007/10/28 13:26:44 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.6 2007/11/13 23:31:34 wolf31o2 Exp $ inherit flag-o-matic java-pkg-opt-2 multilib wxwidgets @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/crystal/${MY_P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="-amd64 x86" IUSE="3ds alsa cal3d cegui cg doc java javascript jpeg mng ode perl png python sdl truetype vorbis wxwindows" |