summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso <nimiux@gentoo.org>2014-03-30 12:51:48 +0000
committerJosé María Alonso <nimiux@gentoo.org>2014-03-30 12:51:48 +0000
commitaa04fd7bf1e1b4fa65349b85045169a621aec01a (patch)
treee504d74ff741b580f9d04446996e74150944333e /games-action
parentfix bug #409499 (diff)
downloadgentoo-2-aa04fd7bf1e1b4fa65349b85045169a621aec01a.tar.gz
gentoo-2-aa04fd7bf1e1b4fa65349b85045169a621aec01a.tar.bz2
gentoo-2-aa04fd7bf1e1b4fa65349b85045169a621aec01a.zip
Stable for amd64 wrt bug #504358
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/minetest/ChangeLog5
-rw-r--r--games-action/minetest/minetest-0.4.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/minetest/ChangeLog b/games-action/minetest/ChangeLog
index 721e8ec4bf69..ceb0c2424ce5 100644
--- a/games-action/minetest/ChangeLog
+++ b/games-action/minetest/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/minetest
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v 1.8 2014/01/03 15:24:24 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v 1.9 2014/03/30 12:51:48 nimiux Exp $
+
+ 30 Mar 2014; Chema Alonso <nimiux@gentoo.org> minetest-0.4.9.ebuild:
+ Stable for amd64 wrt bug #504358
*minetest-0.4.9 (03 Jan 2014)
diff --git a/games-action/minetest/minetest-0.4.9.ebuild b/games-action/minetest/minetest-0.4.9.ebuild
index 65217103191d..8a709c839bb6 100644
--- a/games-action/minetest/minetest-0.4.9.ebuild
+++ b/games-action/minetest/minetest-0.4.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/minetest-0.4.9.ebuild,v 1.1 2014/01/03 15:24:24 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/minetest-0.4.9.ebuild,v 1.2 2014/03/30 12:51:48 nimiux 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 leveldb luajit nls +server +sound +truetype"
RDEPEND="dev-db/sqlite:3