diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-10-28 13:26:44 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-10-28 13:26:44 +0000 |
commit | 013b56cb30e9f7fc0640fac52921556f0fb7534a (patch) | |
tree | 45060438607de79ee5f3b83af3cf1330a5e4be1b /dev-games | |
parent | Include virtual/logger in RDEPEND, as the initscript already specifies 'need ... (diff) | |
download | gentoo-2-013b56cb30e9f7fc0640fac52921556f0fb7534a.tar.gz gentoo-2-013b56cb30e9f7fc0640fac52921556f0fb7534a.tar.bz2 gentoo-2-013b56cb30e9f7fc0640fac52921556f0fb7534a.zip |
removed ~ppc wrt bug 168874
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index 1931690b4f99..c74ea604b66b 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,9 @@ # 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.32 2007/10/14 23:45:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.33 2007/10/28 13:26:44 nixnut Exp $ + + 28 Oct 2007; nixnut <nixnut@gentoo.org> crystalspace-1.0.1.ebuild: + removed ~ppc wrt bug 168874 14 Oct 2007; Michael Sterrett <mr_bones_@gentoo.org> 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 a73bdfc5a939..7ce7793b6373 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.4 2007/09/06 07:29:38 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.5 2007/10/28 13:26:44 nixnut 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 ~ppc x86" +KEYWORDS="~amd64 x86" IUSE="3ds alsa cal3d cegui cg doc java javascript jpeg mng ode perl png python sdl truetype vorbis wxwindows" |