diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-02-26 16:10:12 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-02-26 16:10:12 +0000 |
commit | caa6843f08c2bc925664b7c030e8e7e1a8b67433 (patch) | |
tree | 04f77d0e4519440270777721ad1a44dac64f5fb0 /media-libs/allegrogl | |
parent | Version bump. (diff) | |
download | gentoo-2-caa6843f08c2bc925664b7c030e8e7e1a8b67433.tar.gz gentoo-2-caa6843f08c2bc925664b7c030e8e7e1a8b67433.tar.bz2 gentoo-2-caa6843f08c2bc925664b7c030e8e7e1a8b67433.zip |
Add ~sparc for testing --- Bug #210519.
(Portage version: 2.2_pre2)
Diffstat (limited to 'media-libs/allegrogl')
-rw-r--r-- | media-libs/allegrogl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/allegrogl/allegrogl-0.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/allegrogl/ChangeLog b/media-libs/allegrogl/ChangeLog index 103e264ae3cc..e6d9a1bc919a 100644 --- a/media-libs/allegrogl/ChangeLog +++ b/media-libs/allegrogl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/allegrogl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/ChangeLog,v 1.16 2008/02/05 16:16:50 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/ChangeLog,v 1.17 2008/02/26 16:10:12 fmccor Exp $ + + 26 Feb 2008; Ferris McCormick <fmccor@gentoo.org> allegrogl-0.4.3.ebuild: + Add ~sparc for testing --- Bug #210519. 05 Feb 2008; Christian Faulhammer <opfer@gentoo.org> allegrogl-0.4.3.ebuild: diff --git a/media-libs/allegrogl/allegrogl-0.4.3.ebuild b/media-libs/allegrogl/allegrogl-0.4.3.ebuild index e2998f4cc707..096aa8f2bc79 100644 --- a/media-libs/allegrogl/allegrogl-0.4.3.ebuild +++ b/media-libs/allegrogl/allegrogl-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild,v 1.3 2008/02/05 16:16:50 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild,v 1.4 2008/02/26 16:10:12 fmccor Exp $ MY_PN="alleggl" DESCRIPTION="A library to mix OpenGL graphics with Allegro routines" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.bz2" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="~amd64 ~sparc x86" IUSE="examples" RDEPEND=">=media-libs/allegro-4.2 |