summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-10-27 10:34:39 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-10-27 10:34:39 +0000
commita71f777c044f397c38aec529540f52b3859a58e7 (patch)
treee6fe5af62c913b622c6a6a1ca3cd0741d564da1b /games-action
parentAdd ruby20. (diff)
downloadgentoo-2-a71f777c044f397c38aec529540f52b3859a58e7.tar.gz
gentoo-2-a71f777c044f397c38aec529540f52b3859a58e7.tar.bz2
gentoo-2-a71f777c044f397c38aec529540f52b3859a58e7.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/ChangeLog5
-rw-r--r--games-action/minetest/minetest-0.4.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/minetest/ChangeLog b/games-action/minetest/ChangeLog
index 9007deb5c9df..27d962817a84 100644
--- a/games-action/minetest/ChangeLog
+++ b/games-action/minetest/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/minetest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v 1.3 2013/10/27 09:58:05 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v 1.4 2013/10/27 10:34:39 hasufell Exp $
+
+ 27 Oct 2013; Julian Ospald <hasufell@gentoo.org> minetest-0.4.7.ebuild:
+ stable for x86 wrt #486228
27 Oct 2013; Julian Ospald <hasufell@gentoo.org> minetest-0.4.7.ebuild:
stable for amd64 wrt #486228
diff --git a/games-action/minetest/minetest-0.4.7.ebuild b/games-action/minetest/minetest-0.4.7.ebuild
index 4a8d76593cc6..607c2ded3a29 100644
--- a/games-action/minetest/minetest-0.4.7.ebuild
+++ b/games-action/minetest/minetest-0.4.7.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/minetest-0.4.7.ebuild,v 1.3 2013/10/27 09:58:05 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/minetest-0.4.7.ebuild,v 1.4 2013/10/27 10:34:39 hasufell Exp $
EAPI=5
inherit eutils cmake-utils gnome2-utils vcs-snapshot user games
@@ -11,7 +11,7 @@ SRC_URI="http://github.com/minetest/minetest/tarball/${PV} -> ${P}.tar.gz"
LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="+curl dedicated luajit nls +server +sound +truetype"
RDEPEND="dev-db/sqlite:3