diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-05 11:11:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-05 11:11:05 +0000 |
commit | 8549b129e38e2a2dab28a9b85901ce0fff06a166 (patch) | |
tree | 1a61f326d7b4a7a353aa78f4da94ee244f4474e3 /games-action | |
parent | Stable for x86, wrt bug #499844 (diff) | |
download | gentoo-2-8549b129e38e2a2dab28a9b85901ce0fff06a166.tar.gz gentoo-2-8549b129e38e2a2dab28a9b85901ce0fff06a166.tar.bz2 gentoo-2-8549b129e38e2a2dab28a9b85901ce0fff06a166.zip |
Stable for x86, wrt bug #504358
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/minetest/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/minetest/minetest-0.4.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/minetest/ChangeLog b/games-action/minetest/ChangeLog index ceb0c2424ce5..0d539361c0a4 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.9 2014/03/30 12:51:48 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/ChangeLog,v 1.10 2014/04/05 11:11:05 ago Exp $ + + 05 Apr 2014; Agostino Sarubbo <ago@gentoo.org> minetest-0.4.9.ebuild: + Stable for x86, wrt bug #504358 30 Mar 2014; Chema Alonso <nimiux@gentoo.org> minetest-0.4.9.ebuild: Stable for amd64 wrt bug #504358 diff --git a/games-action/minetest/minetest-0.4.9.ebuild b/games-action/minetest/minetest-0.4.9.ebuild index 8a709c839bb6..5da01d71c9a3 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.2 2014/03/30 12:51:48 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest/minetest-0.4.9.ebuild,v 1.3 2014/04/05 11:11:05 ago 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 |