summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2014-08-24 16:01:48 +0000
committerJulian Ospald <hasufell@gentoo.org>2014-08-24 16:01:48 +0000
commit0dd033858836f2d90d1aca701c9f8d24eb6b0bdb (patch)
tree2aa8e81e2d05a037b0fbe013fc89de8280220630 /games-rpg/zsdx
parentversion bump (diff)
downloadgentoo-2-0dd033858836f2d90d1aca701c9f8d24eb6b0bdb.tar.gz
gentoo-2-0dd033858836f2d90d1aca701c9f8d24eb6b0bdb.tar.bz2
gentoo-2-0dd033858836f2d90d1aca701c9f8d24eb6b0bdb.zip
fix dependencies
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'games-rpg/zsdx')
-rw-r--r--games-rpg/zsdx/ChangeLog9
-rw-r--r--games-rpg/zsdx/zsdx-1.7.1-r1.ebuild (renamed from games-rpg/zsdx/zsdx-1.7.1.ebuild)5
-rw-r--r--games-rpg/zsdx/zsdx-1.8.0-r1.ebuild (renamed from games-rpg/zsdx/zsdx-1.8.0.ebuild)5
3 files changed, 14 insertions, 5 deletions
diff --git a/games-rpg/zsdx/ChangeLog b/games-rpg/zsdx/ChangeLog
index 45f748511552..ed7024e20155 100644
--- a/games-rpg/zsdx/ChangeLog
+++ b/games-rpg/zsdx/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for games-rpg/zsdx
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/zsdx/ChangeLog,v 1.4 2014/05/22 17:10:58 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/zsdx/ChangeLog,v 1.5 2014/08/24 16:01:48 hasufell Exp $
+
+*zsdx-1.8.0-r1 (24 Aug 2014)
+*zsdx-1.7.1-r1 (24 Aug 2014)
+
+ 24 Aug 2014; Julian Ospald <hasufell@gentoo.org> -zsdx-1.7.1.ebuild,
+ +zsdx-1.7.1-r1.ebuild, -zsdx-1.8.0.ebuild, +zsdx-1.8.0-r1.ebuild:
+ fix dependencies
*zsdx-1.8.0 (22 May 2014)
diff --git a/games-rpg/zsdx/zsdx-1.7.1.ebuild b/games-rpg/zsdx/zsdx-1.7.1-r1.ebuild
index 88de05bde609..6c14dc60ef75 100644
--- a/games-rpg/zsdx/zsdx-1.7.1.ebuild
+++ b/games-rpg/zsdx/zsdx-1.7.1-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-rpg/zsdx/zsdx-1.7.1.ebuild,v 1.3 2014/04/13 20:26:48 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/zsdx/zsdx-1.7.1-r1.ebuild,v 1.1 2014/08/24 16:01:48 hasufell Exp $
EAPI=5
@@ -16,7 +16,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="mirror"
-RDEPEND="games-engines/solarus"
+RDEPEND=">=games-engines/solarus-1.1.0
+ <games-engines/solarus-1.2.0"
DEPEND="app-arch/zip"
DOCS=( ChangeLog readme.txt )
diff --git a/games-rpg/zsdx/zsdx-1.8.0.ebuild b/games-rpg/zsdx/zsdx-1.8.0-r1.ebuild
index ee7b3c29f40f..d17ebf4a6991 100644
--- a/games-rpg/zsdx/zsdx-1.8.0.ebuild
+++ b/games-rpg/zsdx/zsdx-1.8.0-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-rpg/zsdx/zsdx-1.8.0.ebuild,v 1.1 2014/05/22 17:10:58 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/zsdx/zsdx-1.8.0-r1.ebuild,v 1.1 2014/08/24 16:01:48 hasufell Exp $
EAPI=5
@@ -16,7 +16,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="mirror"
-RDEPEND="games-engines/solarus"
+RDEPEND=">=games-engines/solarus-1.2.0
+ <games-engines/solarus-1.3.0"
DEPEND="app-arch/zip"
DOCS=( ChangeLog readme.txt )