diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 17:45:08 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 17:45:08 +0000 |
commit | ddc1eb28f5429f5482b24184d26f93522966cccd (patch) | |
tree | 814f2525a0401f0c8267bf5ccf88bd8631d4f1a3 /dev-games | |
parent | x86 stable wrt bug #529530 (diff) | |
download | gentoo-2-ddc1eb28f5429f5482b24184d26f93522966cccd.tar.gz gentoo-2-ddc1eb28f5429f5482b24184d26f93522966cccd.tar.bz2 gentoo-2-ddc1eb28f5429f5482b24184d26f93522966cccd.zip |
x86 stable wrt bug #542752
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/newton/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/newton/newton-2.36.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/newton/ChangeLog b/dev-games/newton/ChangeLog index 6ee4dbe2d5fc..b94daaa2cdcf 100644 --- a/dev-games/newton/ChangeLog +++ b/dev-games/newton/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/newton # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/newton/ChangeLog,v 1.11 2015/02/07 03:55:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/newton/ChangeLog,v 1.12 2015/04/21 17:45:08 pacho Exp $ + + 21 Apr 2015; Pacho Ramos <pacho@gentoo.org> newton-2.36.ebuild: + x86 stable wrt bug #542752 07 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> newton-2.36.ebuild: EAPI=5 diff --git a/dev-games/newton/newton-2.36.ebuild b/dev-games/newton/newton-2.36.ebuild index ea4b2483d743..025d57109bfc 100644 --- a/dev-games/newton/newton-2.36.ebuild +++ b/dev-games/newton/newton-2.36.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/dev-games/newton/newton-2.36.ebuild,v 1.2 2015/02/07 03:55:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/newton/newton-2.36.ebuild,v 1.3 2015/04/21 17:45:08 pacho Exp $ EAPI=5 inherit eutils toolchain-funcs cmake-utils unpacker @@ -12,7 +12,7 @@ SRC_URI="http://newton-dynamics.googlecode.com/files/${MY_P}.rar" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" RDEPEND="" |