diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-22 18:52:36 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-22 18:52:36 +0000 |
commit | fd34e99702097a8c5e445329fbd91ab9165fd1a9 (patch) | |
tree | 6974efe434a9eac53131eccd48dfa67d1767aa7b /games-arcade | |
parent | dev-util/subversion renamed to dev-vcs/subversion. (diff) | |
download | gentoo-2-fd34e99702097a8c5e445329fbd91ab9165fd1a9.tar.gz gentoo-2-fd34e99702097a8c5e445329fbd91ab9165fd1a9.tar.bz2 gentoo-2-fd34e99702097a8c5e445329fbd91ab9165fd1a9.zip |
dev-util/subversion renamed to dev-vcs/subversion.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/opentyrian/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/opentyrian/opentyrian-20090702.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-arcade/opentyrian/ChangeLog b/games-arcade/opentyrian/ChangeLog index 23bd673b5f2e..403210752b67 100644 --- a/games-arcade/opentyrian/ChangeLog +++ b/games-arcade/opentyrian/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/opentyrian -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/opentyrian/ChangeLog,v 1.7 2009/10/25 19:05:51 chainsaw Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/opentyrian/ChangeLog,v 1.8 2010/06/22 18:52:36 arfrever Exp $ + + 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + opentyrian-20090702.ebuild: + dev-util/subversion renamed to dev-vcs/subversion. *opentyrian-20091025 (25 Oct 2009) diff --git a/games-arcade/opentyrian/opentyrian-20090702.ebuild b/games-arcade/opentyrian/opentyrian-20090702.ebuild index 8d63aec83a75..27736e7481a8 100644 --- a/games-arcade/opentyrian/opentyrian-20090702.ebuild +++ b/games-arcade/opentyrian/opentyrian-20090702.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/opentyrian/opentyrian-20090702.ebuild,v 1.1 2009/07/04 14:01:09 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/opentyrian/opentyrian-20090702.ebuild,v 1.2 2010/06/22 18:52:36 arfrever Exp $ inherit eutils games @@ -18,7 +18,7 @@ RDEPEND="media-libs/libsdl media-libs/sdl-net" DEPEND="${RDEPEND} app-arch/unzip - dev-util/subversion" + dev-vcs/subversion" S=${WORKDIR}/${PN} |