diff options
author | 2013-12-11 20:42:07 +0000 | |
---|---|---|
committer | 2013-12-11 20:42:07 +0000 | |
commit | cc7dbfba0ae42ecc1c1fef468e6fe7ae51639a98 (patch) | |
tree | 60d28b06c9f4f9410935ff699cd9b9083a88cd39 /games-action/minetest_game | |
parent | Stable for ppc64, wrt bug #484884 (diff) | |
download | gentoo-2-cc7dbfba0ae42ecc1c1fef468e6fe7ae51639a98.tar.gz gentoo-2-cc7dbfba0ae42ecc1c1fef468e6fe7ae51639a98.tar.bz2 gentoo-2-cc7dbfba0ae42ecc1c1fef468e6fe7ae51639a98.zip |
fix deps wrt #492946
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action/minetest_game')
-rw-r--r-- | games-action/minetest_game/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/minetest_game/minetest_game-0.4.7.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-action/minetest_game/ChangeLog b/games-action/minetest_game/ChangeLog index 4530920f79c6..8b03d08f5c93 100644 --- a/games-action/minetest_game/ChangeLog +++ b/games-action/minetest_game/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/minetest_game # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.7 2013/11/30 12:27:45 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/ChangeLog,v 1.8 2013/12/11 20:42:07 hasufell Exp $ + + 11 Dec 2013; Julian Ospald <hasufell@gentoo.org> minetest_game-0.4.7.ebuild: + fix deps wrt #492946 30 Nov 2013; Julian Ospald <hasufell@gentoo.org> metadata.xml: add proxy-maintainer diff --git a/games-action/minetest_game/minetest_game-0.4.7.ebuild b/games-action/minetest_game/minetest_game-0.4.7.ebuild index 7a485e3c74e8..7c3238c09cd9 100644 --- a/games-action/minetest_game/minetest_game-0.4.7.ebuild +++ b/games-action/minetest_game/minetest_game-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_game/minetest_game-0.4.7.ebuild,v 1.4 2013/10/27 10:36:10 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/minetest_game/minetest_game-0.4.7.ebuild,v 1.5 2013/12/11 20:42:07 hasufell Exp $ EAPI=5 inherit vcs-snapshot games @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND="~games-action/minetest-${PV}[-dedicated] - >=games-action/minetest_common-0.4.6" +RDEPEND="~games-action/minetest-${PV}[-dedicated]" src_unpack() { vcs-snapshot_src_unpack |