diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-10-27 10:35:07 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-10-27 10:35:07 +0000 |
commit | d3932f0f2c7a3e01d1634a1f7842d527643ccabd (patch) | |
tree | 33d03f9bcd429d15187205c861c7de0b36e51198 /games-action | |
parent | stable for x86 wrt #486228 (diff) | |
download | gentoo-2-d3932f0f2c7a3e01d1634a1f7842d527643ccabd.tar.gz gentoo-2-d3932f0f2c7a3e01d1634a1f7842d527643ccabd.tar.bz2 gentoo-2-d3932f0f2c7a3e01d1634a1f7842d527643ccabd.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_build/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/minetest_build/minetest_build-0.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/minetest_build/ChangeLog b/games-action/minetest_build/ChangeLog index 56d2f3242509..54b826ea329f 100644 --- a/games-action/minetest_build/ChangeLog +++ b/games-action/minetest_build/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/minetest_build # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_build/ChangeLog,v 1.2 2013/10/27 09:58:38 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_build/ChangeLog,v 1.3 2013/10/27 10:35:07 hasufell Exp $ + + 27 Oct 2013; Julian Ospald <hasufell@gentoo.org> minetest_build-0.4.6.ebuild: + stable for x86 wrt #486228 27 Oct 2013; Julian Ospald <hasufell@gentoo.org> minetest_build-0.4.6.ebuild: stable for amd64 wrt #486228 diff --git a/games-action/minetest_build/minetest_build-0.4.6.ebuild b/games-action/minetest_build/minetest_build-0.4.6.ebuild index f480129e9a2a..27dfe6e2223e 100644 --- a/games-action/minetest_build/minetest_build-0.4.6.ebuild +++ b/games-action/minetest_build/minetest_build-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_build/minetest_build-0.4.6.ebuild,v 1.2 2013/10/27 09:58:38 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_build/minetest_build-0.4.6.ebuild,v 1.3 2013/10/27 10:35:07 hasufell Exp $ EAPI=5 inherit vcs-snapshot games @@ -11,7 +11,7 @@ SRC_URI="https://github.com/minetest/build/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]" |