diff options
author | Elfyn McBratney <beu@gentoo.org> | 2006-12-11 07:40:45 +0000 |
---|---|---|
committer | Elfyn McBratney <beu@gentoo.org> | 2006-12-11 07:40:45 +0000 |
commit | b6b76360f5b5047686ebcda2fe989608cfb427ba (patch) | |
tree | 91d9956c5ccc14d7b85a2e2eb765b69d4eba8d28 /dev-util/synopsis/synopsis-0.8.ebuild | |
parent | Clean up; kill redundant DEPEND. (diff) | |
download | historical-b6b76360f5b5047686ebcda2fe989608cfb427ba.tar.gz historical-b6b76360f5b5047686ebcda2fe989608cfb427ba.tar.bz2 historical-b6b76360f5b5047686ebcda2fe989608cfb427ba.zip |
Kill redundant DEPEND / src_compile.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-util/synopsis/synopsis-0.8.ebuild')
-rw-r--r-- | dev-util/synopsis/synopsis-0.8.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-util/synopsis/synopsis-0.8.ebuild b/dev-util/synopsis/synopsis-0.8.ebuild index 93e90ef200ff..c8ad86130a98 100644 --- a/dev-util/synopsis/synopsis-0.8.ebuild +++ b/dev-util/synopsis/synopsis-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.8.ebuild,v 1.1 2005/09/03 14:14:03 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.8.ebuild,v 1.2 2006/12/11 07:40:45 beu Exp $ inherit distutils @@ -8,11 +8,7 @@ DESCRIPTION="Synopsis is a general source code documentation tool." SRC_URI="http://synopsis.fresco.org/download/${P}.tar.gz" HOMEPAGE="http://synopsis.fresco.org/index.html" -DEPEND="virtual/libc - >=dev-lang/python-2.2" - -RDEPEND="${DEPEND} - media-gfx/graphviz +RDEPEND="media-gfx/graphviz net-misc/omniORB" SLOT="0" |