diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2006-05-31 04:14:50 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2006-05-31 04:14:50 +0000 |
commit | 25240e1609be881f6200c1fcb94d1dae1ccb598a (patch) | |
tree | a387682a4fb4de9d3448829931b1f3a55ffb296f /app-text/opensp/opensp-1.5.1.ebuild | |
parent | New revision, fix for the 0.0.0.0: file does not exist bug. (diff) | |
download | gentoo-2-25240e1609be881f6200c1fcb94d1dae1ccb598a.tar.gz gentoo-2-25240e1609be881f6200c1fcb94d1dae1ccb598a.tar.bz2 gentoo-2-25240e1609be881f6200c1fcb94d1dae1ccb598a.zip |
Drop the unnecessary PDEPEND in 1.5.1 as well
(Portage version: 2.1_rc3-r1)
Diffstat (limited to 'app-text/opensp/opensp-1.5.1.ebuild')
-rw-r--r-- | app-text/opensp/opensp-1.5.1.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app-text/opensp/opensp-1.5.1.ebuild b/app-text/opensp/opensp-1.5.1.ebuild index c1877260481f..37b4690c37bb 100644 --- a/app-text/opensp/opensp-1.5.1.ebuild +++ b/app-text/opensp/opensp-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5.1.ebuild,v 1.14 2006/04/05 20:02:32 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5.1.ebuild,v 1.15 2006/05/31 04:14:50 leonardop Exp $ inherit eutils flag-o-matic @@ -16,11 +16,6 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-f IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" -PDEPEND=">=app-text/openjade-1.3.2" - -# Note: openjade is in PDEPEND because starting from openjade-1.3.2, opensp -# has been SPLIT from openjade into its own package. Hence if you -# install this, you need to upgrade to a new openjade as well. src_unpack() { |