diff options
-rw-r--r-- | sci-libs/gamer/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/gamer/gamer-1.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/gamer/ChangeLog b/sci-libs/gamer/ChangeLog index 69dae51617f3..249aab82eb87 100644 --- a/sci-libs/gamer/ChangeLog +++ b/sci-libs/gamer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/gamer # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gamer/ChangeLog,v 1.10 2015/01/31 13:15:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gamer/ChangeLog,v 1.11 2015/04/19 09:31:51 pacho Exp $ + + 19 Apr 2015; Pacho Ramos <pacho@gentoo.org> gamer-1.5-r2.ebuild: + x86 stable wrt bug #534666 31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> gamer-1.5-r2.ebuild: Stable for amd64, wrt bug #534666 diff --git a/sci-libs/gamer/gamer-1.5-r2.ebuild b/sci-libs/gamer/gamer-1.5-r2.ebuild index 43be1c4b9b84..2b0150df7cd9 100644 --- a/sci-libs/gamer/gamer-1.5-r2.ebuild +++ b/sci-libs/gamer/gamer-1.5-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/sci-libs/gamer/gamer-1.5-r2.ebuild,v 1.4 2015/01/31 13:15:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gamer/gamer-1.5-r2.ebuild,v 1.5 2015/04/19 09:31:51 pacho Exp $ EAPI=5 @@ -13,7 +13,7 @@ HOMEPAGE="http://fetk.org/codes/gamer/index.html" SRC_URI="http://www.fetk.org/codes/download/${P}.tar.gz" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" LICENSE="GPL-2" IUSE="doc static-libs" |