summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2007-11-30 22:14:44 +0000
committerAlfredo Tupone <tupone@gentoo.org>2007-11-30 22:14:44 +0000
commit9c9524db820c4df0df7703bc23e9db4025c9ddba (patch)
treeca261e90612fe3531e0a363f5b6bc1b3c42fb891 /games-strategy
parentfix the collision on libGL.so (diff)
downloadgentoo-2-9c9524db820c4df0df7703bc23e9db4025c9ddba.tar.gz
gentoo-2-9c9524db820c4df0df7703bc23e9db4025c9ddba.tar.bz2
gentoo-2-9c9524db820c4df0df7703bc23e9db4025c9ddba.zip
Fixing runtime depedency for gtk/Xaw3d/sdl selection
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/freeciv/ChangeLog6
-rw-r--r--games-strategy/freeciv/freeciv-2.0.9.ebuild6
-rw-r--r--games-strategy/freeciv/freeciv-2.1.1.ebuild20
3 files changed, 16 insertions, 16 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog
index 86cc7223fca6..a9263a5c8916 100644
--- a/games-strategy/freeciv/ChangeLog
+++ b/games-strategy/freeciv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/freeciv
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.65 2007/11/30 19:47:49 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.66 2007/11/30 22:14:44 tupone Exp $
+
+ 30 Nov 2007; Tupone Alfredo <tupone@gentoo.org> freeciv-2.0.9.ebuild,
+ freeciv-2.1.1.ebuild:
+ Fixing runtime depedency for gtk/Xaw3d/sdl selection
30 Nov 2007; Tupone Alfredo <tupone@gentoo.org> freeciv-2.0.9.ebuild,
freeciv-2.1.1.ebuild:
diff --git a/games-strategy/freeciv/freeciv-2.0.9.ebuild b/games-strategy/freeciv/freeciv-2.0.9.ebuild
index f849a98217b3..4165b84a0283 100644
--- a/games-strategy/freeciv/freeciv-2.0.9.ebuild
+++ b/games-strategy/freeciv/freeciv-2.0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild,v 1.5 2007/11/30 19:47:49 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.0.9.ebuild,v 1.6 2007/11/30 22:14:44 tupone Exp $
inherit eutils games
@@ -28,10 +28,9 @@ RDEPEND="readline? ( sys-libs/readline )
nls? ( virtual/libintl )
gtk? ( >=x11-libs/gtk+-2 )
!gtk? (
+ media-libs/libpng
Xaw3d? ( x11-libs/Xaw3d )
!Xaw3d? ( x11-libs/libXaw )
- x11-libs/libXmu
- x11-libs/libXpm
)
alsa? (
media-libs/alsa-lib
@@ -46,7 +45,6 @@ DEPEND="${RDEPEND}
!dedicated? (
gtk? ( dev-util/pkgconfig )
x11-proto/xextproto
- media-libs/libpng
)"
S=${WORKDIR}/${MY_P}
diff --git a/games-strategy/freeciv/freeciv-2.1.1.ebuild b/games-strategy/freeciv/freeciv-2.1.1.ebuild
index 8abcde0efa12..855ec5f06844 100644
--- a/games-strategy/freeciv/freeciv-2.1.1.ebuild
+++ b/games-strategy/freeciv/freeciv-2.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild,v 1.2 2007/11/30 19:47:49 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.1.ebuild,v 1.3 2007/11/30 22:14:44 tupone Exp $
inherit eutils games
@@ -28,15 +28,14 @@ RDEPEND="readline? ( sys-libs/readline )
nls? ( virtual/libintl )
gtk? ( >=x11-libs/gtk+-2 )
!gtk? (
- sdl? (
- media-libs/libsdl
- media-libs/sdl-image
- )
- !sdl? (
- Xaw3d? ( x11-libs/Xaw3d )
- !Xaw3d? ( x11-libs/libXaw )
- x11-libs/libXmu
- x11-libs/libXpm
+ Xaw3d? ( x11-libs/Xaw3d )
+ !Xaw3d? (
+ sdl? (
+ media-libs/libsdl
+ media-libs/sdl-image
+ media-libs/freetype
+ )
+ !sdl? ( x11-libs/libXaw )
)
)
alsa? (
@@ -52,7 +51,6 @@ DEPEND="${RDEPEND}
!dedicated? (
gtk? ( dev-util/pkgconfig )
x11-proto/xextproto
- media-libs/libpng
)"
S=${WORKDIR}/${MY_P}