diff options
-rw-r--r-- | x11-libs/libXaw/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXaw/libXaw-0.99.1.ebuild | 5 |
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`" |