summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-10-23 23:17:34 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-10-23 23:17:34 +0000
commitfec6c5cfdd163f4d48b7c713d169fc08bd7871ee (patch)
treec56ba9d0ea9335a286f04e14eaf8f4eb752c2f02 /x11-libs/libXaw
parentdead snorticus removed (diff)
downloadgentoo-2-fec6c5cfdd163f4d48b7c713d169fc08bd7871ee.tar.gz
gentoo-2-fec6c5cfdd163f4d48b7c713d169fc08bd7871ee.tar.bz2
gentoo-2-fec6c5cfdd163f4d48b7c713d169fc08bd7871ee.zip
Add dep on sys-apps/ed per bug #110262. Thanks to Ryan Hill for catching that.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-libs/libXaw')
-rw-r--r--x11-libs/libXaw/ChangeLog6
-rw-r--r--x11-libs/libXaw/libXaw-0.99.1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-libs/libXaw/ChangeLog b/x11-libs/libXaw/ChangeLog
index 04aa5f233703..69e7e7a0ccd8 100644
--- a/x11-libs/libXaw/ChangeLog
+++ b/x11-libs/libXaw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libXaw
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.6 2005/10/20 05:36:43 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.7 2005/10/23 23:17:34 joshuabaergen Exp $
+
+ 23 Oct 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ libXaw-0.99.1.ebuild:
+ Add dep on sys-apps/ed per bug #110262. Thanks to Ryan Hill for catching that.
*libXaw-0.99.1 (20 Oct 2005)
diff --git a/x11-libs/libXaw/libXaw-0.99.1.ebuild b/x11-libs/libXaw/libXaw-0.99.1.ebuild
index 548fe9d04ab7..0e7abb3f7651 100644
--- a/x11-libs/libXaw/libXaw-0.99.1.ebuild
+++ b/x11-libs/libXaw/libXaw-0.99.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-0.99.1.ebuild,v 1.1 2005/10/20 05:36:43 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-0.99.1.ebuild,v 1.2 2005/10/23 23:17:34 joshuabaergen Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -20,6 +20,7 @@ RDEPEND="x11-libs/libX11
x11-libs/libXpm
xprint? ( x11-libs/libXp )"
DEPEND="${RDEPEND}
- x11-proto/xproto"
+ x11-proto/xproto
+ sys-apps/ed"
CONFIGURE_OPTIONS="`use_enable xprint xaw8`"