diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-24 07:33:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-24 07:33:48 +0000 |
commit | fc8349358c5ab6d9016dd5e90e4fa55a92ad8ebf (patch) | |
tree | 1d384f7611fb3f75929c7cc5bc8e22396165646c /games-strategy | |
parent | Cleanups in ebuild (Manifest recommit) (diff) | |
download | gentoo-2-fc8349358c5ab6d9016dd5e90e4fa55a92ad8ebf.tar.gz gentoo-2-fc8349358c5ab6d9016dd5e90e4fa55a92ad8ebf.tar.bz2 gentoo-2-fc8349358c5ab6d9016dd5e90e4fa55a92ad8ebf.zip |
no need to depend on media-libs/paragui if we're not using it
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/asc/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/asc/asc-1.15.0.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-strategy/asc/ChangeLog b/games-strategy/asc/ChangeLog index beb7ed206ac1..21e0d33b8202 100644 --- a/games-strategy/asc/ChangeLog +++ b/games-strategy/asc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/asc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.7 2004/09/22 05:16:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/ChangeLog,v 1.8 2004/09/24 07:33:48 mr_bones_ Exp $ + + 24 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> asc-1.15.0.0.ebuild: + no need to depend on media-libs/paragui if we're not using it 21 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> asc-1.15.0.0.ebuild: Added --disable-paragui for bug #61154 diff --git a/games-strategy/asc/asc-1.15.0.0.ebuild b/games-strategy/asc/asc-1.15.0.0.ebuild index aea16d11fffe..89b55ef968c1 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 Foundation # 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.5 2004/09/22 05:16:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/asc/asc-1.15.0.0.ebuild,v 1.6 2004/09/24 07:33:48 mr_bones_ Exp $ inherit games @@ -22,8 +22,7 @@ RDEPEND="virtual/libc media-libs/sdl-image media-libs/sdl-mixer >=media-libs/sdlmm-0.1.8 - =dev-libs/libsigc++-1.2* - >=media-libs/paragui-1.0.1" + =dev-libs/libsigc++-1.2*" DEPEND="${RDEPEND} app-arch/zip" |