diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-03 19:11:44 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-03 19:11:44 +0000 |
commit | 55314b4002a1fdc26b8a8dccceb492a6a44899ba (patch) | |
tree | 59391912158741f7ad7b6c1bf2bd2f6dcc900be1 /games-strategy/asc | |
parent | Cleanups (diff) | |
download | gentoo-2-55314b4002a1fdc26b8a8dccceb492a6a44899ba.tar.gz gentoo-2-55314b4002a1fdc26b8a8dccceb492a6a44899ba.tar.bz2 gentoo-2-55314b4002a1fdc26b8a8dccceb492a6a44899ba.zip |
use a slot-dep for dev-libs/libsigc++
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'games-strategy/asc')
-rw-r--r-- | games-strategy/asc/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/asc/asc-2.2.0.0.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/asc/ChangeLog b/games-strategy/asc/ChangeLog index f7d01fe5f5d5..9adff20d8b13 100644 --- a/games-strategy/asc/ChangeLog +++ b/games-strategy/asc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/asc -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.28 2008/12/17 16:27:03 mr_bones_ Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.29 2009/01/03 19:11:44 mr_bones_ Exp $ + + 03 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> asc-2.2.0.0.ebuild: + use a slot-dep for dev-libs/libsigc++ *asc-2.2.0.0 (17 Dec 2008) diff --git a/games-strategy/asc/asc-2.2.0.0.ebuild b/games-strategy/asc/asc-2.2.0.0.ebuild index 6626baae492e..3bbae6456963 100644 --- a/games-strategy/asc/asc-2.2.0.0.ebuild +++ b/games-strategy/asc/asc-2.2.0.0.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.2.0.0.ebuild,v 1.1 2008/12/17 16:27:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-2.2.0.0.ebuild,v 1.2 2009/01/03 19:11:44 mr_bones_ Exp $ +EAPI=1 inherit toolchain-funcs flag-o-matic games DESCRIPTION="turn based strategy game designed in the tradition of the Battle Isle series" @@ -29,7 +30,7 @@ RDEPEND="app-arch/bzip2 media-libs/libvorbis dev-libs/expat media-libs/freetype - =dev-libs/libsigc++-1.2*" + dev-libs/libsigc++:1.2" DEPEND="${RDEPEND} dev-lang/perl dev-util/pkgconfig" |