diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-10-15 11:45:30 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-10-15 11:45:30 +0000 |
commit | 51b5fd79995a03fb041640814f3c9711d5ff6df4 (patch) | |
tree | 71fbc2ffd5c23cfa419a41faf001900fd2e2de18 /games-action | |
parent | Support multilib providers for deps. Bump to EAPI=5. (diff) | |
download | gentoo-2-51b5fd79995a03fb041640814f3c9711d5ff6df4.tar.gz gentoo-2-51b5fd79995a03fb041640814f3c9711d5ff6df4.tar.bz2 gentoo-2-51b5fd79995a03fb041640814f3c9711d5ff6df4.zip |
Stable for amd64 wrt bug #522906
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key F253DB15)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/minetest/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/minetest/minetest-0.4.10-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/minetest/ChangeLog b/games-action/minetest/ChangeLog index a6bc2542db00..d057a397329d 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.15 2014/09/25 20:13:59 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v 1.16 2014/10/15 11:45:30 nimiux Exp $ + + 15 Oct 2014; Chema Alonso <nimiux@gentoo.org> minetest-0.4.10-r1.ebuild: + Stable for amd64 wrt bug #522906 *minetest-0.4.10-r2 (25 Sep 2014) diff --git a/games-action/minetest/minetest-0.4.10-r1.ebuild b/games-action/minetest/minetest-0.4.10-r1.ebuild index 5ce2aba36fa9..1641a9a46c0c 100644 --- a/games-action/minetest/minetest-0.4.10-r1.ebuild +++ b/games-action/minetest/minetest-0.4.10-r1.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.10-r1.ebuild,v 1.1 2014/09/15 19:43:00 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/minetest-0.4.10-r1.ebuild,v 1.2 2014/10/15 11:45:30 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 redis +server +sound +truetype" RDEPEND="dev-db/sqlite:3 |