diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-10-27 10:35:48 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-10-27 10:35:48 +0000 |
commit | af80e4d6b70e2d78a1d5c8b21ce682d6b114e52a (patch) | |
tree | 553d78b9bbff510c61bdc7db66d85d3caf42d96b /games-action | |
parent | Version bump. Add ruby20. (diff) | |
download | gentoo-2-af80e4d6b70e2d78a1d5c8b21ce682d6b114e52a.tar.gz gentoo-2-af80e4d6b70e2d78a1d5c8b21ce682d6b114e52a.tar.bz2 gentoo-2-af80e4d6b70e2d78a1d5c8b21ce682d6b114e52a.zip |
stable for x86 wrt #486228
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/minetest_common/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/minetest_common/minetest_common-0.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/minetest_common/ChangeLog b/games-action/minetest_common/ChangeLog index bacb0226c987..334aa93bb9b1 100644 --- a/games-action/minetest_common/ChangeLog +++ b/games-action/minetest_common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/minetest_common # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_common/ChangeLog,v 1.2 2013/10/27 09:59:06 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_common/ChangeLog,v 1.3 2013/10/27 10:35:48 hasufell Exp $ + + 27 Oct 2013; Julian Ospald <hasufell@gentoo.org> minetest_common-0.4.6.ebuild: + stable for x86 wrt #486228 27 Oct 2013; Julian Ospald <hasufell@gentoo.org> minetest_common-0.4.6.ebuild: stable for amd64 wrt #486228 diff --git a/games-action/minetest_common/minetest_common-0.4.6.ebuild b/games-action/minetest_common/minetest_common-0.4.6.ebuild index fc6373039437..7c4f906a3b01 100644 --- a/games-action/minetest_common/minetest_common-0.4.6.ebuild +++ b/games-action/minetest_common/minetest_common-0.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_common/minetest_common-0.4.6.ebuild,v 1.2 2013/10/27 09:59:06 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_common/minetest_common-0.4.6.ebuild,v 1.3 2013/10/27 10:35:48 hasufell Exp $ EAPI=5 inherit vcs-snapshot games @@ -11,7 +11,7 @@ SRC_URI="https://github.com/minetest/common/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2 CC-BY-SA-3.0" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=games-action/minetest-${PV}[-dedicated]" |