summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-10-27 09:58:05 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-10-27 09:58:05 +0000
commitfac92a8c8a232b4a8ed2e0b0ed5cba4bc75b3f79 (patch)
tree87371d7918bdb668a368c2ed844bf5900fdacb7e /games-action/minetest
parentVoip herd is removed: http://article.gmane.org/gmane.linux.gentoo.devel/88434 (diff)
downloadgentoo-2-fac92a8c8a232b4a8ed2e0b0ed5cba4bc75b3f79.tar.gz
gentoo-2-fac92a8c8a232b4a8ed2e0b0ed5cba4bc75b3f79.tar.bz2
gentoo-2-fac92a8c8a232b4a8ed2e0b0ed5cba4bc75b3f79.zip
stable for amd64 wrt #486228
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action/minetest')
-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 aef86a125576..9007deb5c9df 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.2 2013/08/05 22:56:45 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v 1.3 2013/10/27 09:58:05 hasufell Exp $
+
+ 27 Oct 2013; Julian Ospald <hasufell@gentoo.org> minetest-0.4.7.ebuild:
+ stable for amd64 wrt #486228
05 Aug 2013; Julian Ospald <hasufell@gentoo.org> minetest-0.4.7.ebuild:
update homepage
diff --git a/games-action/minetest/minetest-0.4.7.ebuild b/games-action/minetest/minetest-0.4.7.ebuild
index 6176c8452915..4a8d76593cc6 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.2 2013/08/05 22:56:45 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/minetest-0.4.7.ebuild,v 1.3 2013/10/27 09:58:05 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