diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-23 06:50:21 +0000 |
commit | d80e4d7b812de76012302ab154b8b8a0c706640a (patch) | |
tree | 6852e43ed8f4895d9f241cf248a7f2efd48fe35d /media-libs/smpeg | |
parent | updating bb when I should be asleep (diff) | |
download | gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.gz gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.bz2 gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.zip |
gtk 1.2 dependency listing fixes
Diffstat (limited to 'media-libs/smpeg')
-rw-r--r-- | media-libs/smpeg/smpeg-0.4.4-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/smpeg/smpeg-0.4.4-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/smpeg/smpeg-0.4.4-r1.ebuild b/media-libs/smpeg/smpeg-0.4.4-r1.ebuild index d89c16ec679d..63aabef958f6 100644 --- a/media-libs/smpeg/smpeg-0.4.4-r1.ebuild +++ b/media-libs/smpeg/smpeg-0.4.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r1.ebuild,v 1.1 2001/10/06 10:38:04 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r1.ebuild,v 1.2 2002/05/23 06:50:13 seemant Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ HOMEPAGE="http://www.lokigames.com/development/smpeg.php3" DEPEND=">=media-libs/libsdl-1.2.0 opengl? ( virtual/opengl virtual/glu ) - gtk? ( >=x11-libs/gtk+-1.2.10-r4 )" + gtk? ( =x11-libs/gtk+-1.2* )" src_compile() { diff --git a/media-libs/smpeg/smpeg-0.4.4-r2.ebuild b/media-libs/smpeg/smpeg-0.4.4-r2.ebuild index 8eb798852da2..33f88a39a399 100644 --- a/media-libs/smpeg/smpeg-0.4.4-r2.ebuild +++ b/media-libs/smpeg/smpeg-0.4.4-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r2.ebuild,v 1.2 2002/04/06 08:31:16 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r2.ebuild,v 1.3 2002/05/23 06:50:13 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="SDL MPEG Player Library" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.lokigames.com/development/smpeg.php3" DEPEND=">=media-libs/libsdl-1.2.0 opengl? ( virtual/opengl virtual/glu ) - gtk? ( >=x11-libs/gtk+-1.2.10-r4 )" + gtk? ( =x11-libs/gtk+-1.2* )" src_compile() { |