diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2015-03-21 15:10:44 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2015-03-21 15:10:44 +0000 |
commit | c3a4bd406f80448fba10cf32a0721d274000dfe0 (patch) | |
tree | bdcc811f7b689aa25991a7fd883ef8e7c501605f /games-action/accelerator3d | |
parent | use dobin instead of exeinto /usr/bin/ && doexe (diff) | |
download | gentoo-2-c3a4bd406f80448fba10cf32a0721d274000dfe0.tar.gz gentoo-2-c3a4bd406f80448fba10cf32a0721d274000dfe0.tar.bz2 gentoo-2-c3a4bd406f80448fba10cf32a0721d274000dfe0.zip |
x86 stable, see bug 505024
(Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 60373227)
Diffstat (limited to 'games-action/accelerator3d')
-rw-r--r-- | games-action/accelerator3d/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/accelerator3d/ChangeLog b/games-action/accelerator3d/ChangeLog index 4cec1c108f81..f2634374e067 100644 --- a/games-action/accelerator3d/ChangeLog +++ b/games-action/accelerator3d/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/accelerator3d # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.14 2015/02/26 20:00:02 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.15 2015/03/21 15:10:44 nativemad Exp $ + + 21 Mar 2015; Andreas Schuerch <nativemad@gentoo.org> + accelerator3d-0.1.1-r2.ebuild: + x86 stable, see bug 505024 26 Feb 2015; Chema Alonso <nimiux@gentoo.org> accelerator3d-0.1.1-r2.ebuild: Stable for amd64 wrt bug #505024 diff --git a/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild b/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild index cf9f71ec37a8..72fb01ad7371 100644 --- a/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild +++ b/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.6 2015/02/26 20:00:02 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.7 2015/03/21 15:10:44 nativemad Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/accelerator3d/accelerator-${PV}.tar.bz2" LICENSE="Artistic" SLOT="0" -KEYWORDS="amd64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="" REQUIRED_USE=${PYTHON_REQUIRED_USE} |