diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-09-02 13:33:41 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-09-02 13:33:41 +0000 |
commit | a8da56a100f3ba0de7784bca60457b7a1265ce37 (patch) | |
tree | d22f9abf4455a5be0cf3cc2615fa3649b4483ae3 /dev-games | |
parent | Delete file from correct lib-dir (multilib), correcting bug 191043. (diff) | |
download | gentoo-2-a8da56a100f3ba0de7784bca60457b7a1265ce37.tar.gz gentoo-2-a8da56a100f3ba0de7784bca60457b7a1265ce37.tar.bz2 gentoo-2-a8da56a100f3ba0de7784bca60457b7a1265ce37.zip |
Stable on amd64 wrt bug #188632
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/cegui/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/cegui/cegui-0.5.0b-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/cegui/ChangeLog b/dev-games/cegui/ChangeLog index 42df89ecfc51..ea8882fca915 100644 --- a/dev-games/cegui/ChangeLog +++ b/dev-games/cegui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/cegui # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/ChangeLog,v 1.16 2007/09/02 09:42:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/ChangeLog,v 1.17 2007/09/02 13:33:41 angelos Exp $ + + 02 Sep 2007; Christoph Mende <angelos@gentoo.org> cegui-0.5.0b-r3.ebuild: + Stable on amd64 wrt bug #188632 02 Sep 2007; nixnut <nixnut@gentoo.org> cegui-0.5.0b-r3.ebuild: Stable on ppc wrt bug 186632 diff --git a/dev-games/cegui/cegui-0.5.0b-r3.ebuild b/dev-games/cegui/cegui-0.5.0b-r3.ebuild index 156d483c254e..afdd547361b9 100644 --- a/dev-games/cegui/cegui-0.5.0b-r3.ebuild +++ b/dev-games/cegui/cegui-0.5.0b-r3.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/cegui/cegui-0.5.0b-r3.ebuild,v 1.2 2007/09/02 09:42:24 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/cegui-0.5.0b-r3.ebuild,v 1.3 2007/09/02 13:33:41 angelos Exp $ inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/crayzedsgui/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="amd64 ppc ~x86" IUSE="devil doc examples expat lua opengl xerces-c xml" RDEPEND="dev-libs/libpcre |