diff options
author | 2004-06-24 12:50:29 +0000 | |
---|---|---|
committer | 2004-06-24 12:50:29 +0000 | |
commit | d17c1353c948c90f5ea6d8117cab1db17ab23137 (patch) | |
tree | 67c15e0424fa12e9a2eb8341ee57942af0d94cdf /games-strategy/asc | |
parent | initial import of net-www/bozohttpd (Manifest recommit) (diff) | |
download | gentoo-2-d17c1353c948c90f5ea6d8117cab1db17ab23137.tar.gz gentoo-2-d17c1353c948c90f5ea6d8117cab1db17ab23137.tar.bz2 gentoo-2-d17c1353c948c90f5ea6d8117cab1db17ab23137.zip |
Changed DEPEND for libsigc and closing bug #55004.
Diffstat (limited to 'games-strategy/asc')
-rw-r--r-- | games-strategy/asc/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/asc/asc-1.15.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/asc/ChangeLog b/games-strategy/asc/ChangeLog index b937bfc9c2e2..22f5d139db3f 100644 --- a/games-strategy/asc/ChangeLog +++ b/games-strategy/asc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/asc # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.4 2004/06/24 00:09:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.5 2004/06/24 12:50:29 wolf31o2 Exp $ + + 24 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org> asc-1.15.0.0.ebuild: + Changed DEPEND for libsigc and closing bug #55004. *asc-1.15.0.0 (23 Jun 2004) diff --git a/games-strategy/asc/asc-1.15.0.0.ebuild b/games-strategy/asc/asc-1.15.0.0.ebuild index 3e3906006c80..25f177ea78e2 100644 --- a/games-strategy/asc/asc-1.15.0.0.ebuild +++ b/games-strategy/asc/asc-1.15.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-1.15.0.0.ebuild,v 1.1 2004/06/24 00:09:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-1.15.0.0.ebuild,v 1.2 2004/06/24 12:50:29 wolf31o2 Exp $ inherit games @@ -22,7 +22,7 @@ RDEPEND="virtual/glibc media-libs/sdl-image media-libs/sdl-mixer >=media-libs/sdlmm-0.1.8 - >=dev-libs/libsigc++-1.2 + =dev-libs/libsigc++-1.2* >=media-libs/paragui-1.0.1" DEPEND="${RDEPEND} app-arch/zip" |