diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-11-21 17:22:33 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-11-21 17:22:33 +0000 |
commit | cbf661e1406eae61a73bf655786c4ee7a4d0cbb6 (patch) | |
tree | 34f5d23bc5da48d9f5f181c167899b4887bebd6e /games-strategy | |
parent | Stable for HPPA (bug #458122). (diff) | |
download | gentoo-2-cbf661e1406eae61a73bf655786c4ee7a4d0cbb6.tar.gz gentoo-2-cbf661e1406eae61a73bf655786c4ee7a4d0cbb6.tar.bz2 gentoo-2-cbf661e1406eae61a73bf655786c4ee7a4d0cbb6.zip |
fix dep wrt #492206
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/megaglest-data/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/megaglest-data/ChangeLog b/games-strategy/megaglest-data/ChangeLog index 337096b3f519..32e53033581a 100644 --- a/games-strategy/megaglest-data/ChangeLog +++ b/games-strategy/megaglest-data/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/megaglest-data # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v 1.9 2013/11/19 01:21:05 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/ChangeLog,v 1.10 2013/11/21 17:22:33 hasufell Exp $ + + 21 Nov 2013; Julian Ospald <hasufell@gentoo.org> megaglest-data-3.9.0.ebuild: + fix dep wrt #492206 *megaglest-data-3.9.0 (19 Nov 2013) diff --git a/games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild b/games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild index 307fcfb9219d..916bd42d0a71 100644 --- a/games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild +++ b/games-strategy/megaglest-data/megaglest-data-3.9.0.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-strategy/megaglest-data/megaglest-data-3.9.0.ebuild,v 1.1 2013/11/19 01:21:05 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/megaglest-data/megaglest-data-3.9.0.ebuild,v 1.2 2013/11/21 17:22:33 hasufell Exp $ EAPI=5 inherit cmake-utils games @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" -RDEPEND="~games-strategy/megaglest-${PV}.3" +RDEPEND="~games-strategy/megaglest-${PV}.4" DOCS=( docs/AUTHORS.data.txt docs/CHANGELOG.txt docs/README.txt ) |