diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-12-06 13:01:47 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-12-06 13:01:47 +0000 |
commit | d7940a644f07a1ff72839da797f6d8efce8ba73a (patch) | |
tree | 864ce8ac6602a3f05001e0ddf90af252083370d4 /media-gfx/graphviz/graphviz-1.10.ebuild | |
parent | new release 'n cleanup (diff) | |
download | historical-d7940a644f07a1ff72839da797f6d8efce8ba73a.tar.gz historical-d7940a644f07a1ff72839da797f6d8efce8ba73a.tar.bz2 historical-d7940a644f07a1ff72839da797f6d8efce8ba73a.zip |
change dep versioning so it doesn't cause problems for updaters
Diffstat (limited to 'media-gfx/graphviz/graphviz-1.10.ebuild')
-rw-r--r-- | media-gfx/graphviz/graphviz-1.10.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/graphviz/graphviz-1.10.ebuild b/media-gfx/graphviz/graphviz-1.10.ebuild index 23d74dc530fc..3004044a2363 100644 --- a/media-gfx/graphviz/graphviz-1.10.ebuild +++ b/media-gfx/graphviz/graphviz-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.10.ebuild,v 1.4 2003/11/16 18:56:43 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.10.ebuild,v 1.5 2003/12/06 13:01:44 caleb Exp $ IUSE="tcltk" @@ -14,11 +14,11 @@ KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa amd64" #Can use freetype-1.3 or 2.0, but not both DEPEND=">=sys-libs/zlib-1.1.3 - >=sys-devel/gcc-3.2* - >=media-libs/libpng-1.2* + >=sys-devel/gcc-3.2 + >=media-libs/libpng-1.2 >=media-libs/jpeg-6b media-libs/freetype - tcltk? ( >=dev-lang/tk-8.3* )" + tcltk? ( >=dev-lang/tk-8.3 )" src_unpack() { unpack ${A} |