summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2006-01-02 19:21:17 +0000
committerJory Pratt <anarchy@gentoo.org>2006-01-02 19:21:17 +0000
commit581722b49ef1653bae43796c20894c88615a549d (patch)
treef8edee1445839b9f5ce752f959b4d4d8b027c915 /app-editors
parentAdd an optional xinetd.d file by Malte S. Stretz #117466. (diff)
downloadgentoo-2-581722b49ef1653bae43796c20894c88615a549d.tar.gz
gentoo-2-581722b49ef1653bae43796c20894c88615a549d.tar.bz2
gentoo-2-581722b49ef1653bae43796c20894c88615a549d.zip
DEPEND correction wrt bug#115339
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nvu/ChangeLog7
-rw-r--r--app-editors/nvu/Manifest12
-rw-r--r--app-editors/nvu/nvu-1.0-r2.ebuild7
3 files changed, 10 insertions, 16 deletions
diff --git a/app-editors/nvu/ChangeLog b/app-editors/nvu/ChangeLog
index f955f14a2efe..6a4a9da1b902 100644
--- a/app-editors/nvu/ChangeLog
+++ b/app-editors/nvu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/nvu
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/ChangeLog,v 1.14 2005/11/18 03:03:27 anarchy Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/ChangeLog,v 1.15 2006/01/02 19:21:17 anarchy Exp $
+
+ 02 Jan 2006; Jory A. Pratt <anarchy@gentoo.org> nvu-1.0-r2.ebuild:
+ DEPEND correction wrt bug#115339
*nvu-1.0-r2 (18 Nov 2005)
diff --git a/app-editors/nvu/Manifest b/app-editors/nvu/Manifest
index c78588dafafe..2c5fc6d15278 100644
--- a/app-editors/nvu/Manifest
+++ b/app-editors/nvu/Manifest
@@ -1,6 +1,3 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 5c373eba2329362112eb26c95503c130 ChangeLog 4943
MD5 565f1133c57a789f0cf51c02510a6f9c files/1.0/mozconfig-1.0 1367
MD5 841f7a0a89c5d8be3841444ce2dd0b85 files/1.0/nvu-0.50-dir.patch 713
@@ -14,11 +11,4 @@ MD5 a05fdf2c14ab81e5c9e6827958cc4a2c files/digest-nvu-1.0-r2 70
MD5 91bb5e61f505e2e53aa42345431c8fa7 files/mozconfig2 2160
MD5 2f058933e09a68513c1ca3022b81a441 metadata.xml 433
MD5 c3c4cbc233f87340d78fab34edbc469e nvu-0.90-r2.ebuild 2298
-MD5 7610a81d26637144949e3881091505d3 nvu-1.0-r2.ebuild 3081
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDff272G5bA0cA/ScRAtVTAJ41nOTLAHeN6sFNmM0NiTVU8tuAjwCg5N8X
-4VERerQB7y3cur6Pp3i6cXY=
-=kRgM
------END PGP SIGNATURE-----
+MD5 1e83410e208cb567a568ec1eb42be43c nvu-1.0-r2.ebuild 3122
diff --git a/app-editors/nvu/nvu-1.0-r2.ebuild b/app-editors/nvu/nvu-1.0-r2.ebuild
index 5835cc3bf65b..13906dfef2d6 100644
--- a/app-editors/nvu/nvu-1.0-r2.ebuild
+++ b/app-editors/nvu/nvu-1.0-r2.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/app-editors/nvu/nvu-1.0-r2.ebuild,v 1.2 2005/11/18 16:13:32 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvu/nvu-1.0-r2.ebuild,v 1.3 2006/01/02 19:21:17 anarchy Exp $
inherit eutils mozconfig flag-o-matic multilib
@@ -12,7 +12,8 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
IUSE=""
-DEPEND="sys-apps/gawk
+DEPEND="|| ( x11-proto/printproto virtual/x11 )
+ sys-apps/gawk
dev-lang/perl
>=media-libs/freetype-2.1.9-r1"