diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-10-30 17:40:51 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2005-10-30 17:40:51 +0000 |
commit | 90424cfd05c32ba34dee00b4c8310092d6f75ceb (patch) | |
tree | ecac47af6a6211ff2023dc81e3704bc8aaec9db6 /x11-libs | |
parent | Move some proto deps to reflect compile-time requirements. (diff) | |
download | gentoo-2-90424cfd05c32ba34dee00b4c8310092d6f75ceb.tar.gz gentoo-2-90424cfd05c32ba34dee00b4c8310092d6f75ceb.tar.bz2 gentoo-2-90424cfd05c32ba34dee00b4c8310092d6f75ceb.zip |
Move xproto dep to reflect compile-time requirements.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXaw/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libXaw/libXaw-0.99.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/libXaw/ChangeLog b/x11-libs/libXaw/ChangeLog index 69e7e7a0ccd8..fa39e61a5153 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.7 2005/10/23 23:17:34 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.8 2005/10/30 17:40:51 joshuabaergen Exp $ + + 30 Oct 2005; Joshua Baergen <joshuabaergen@gentoo.org> + libXaw-0.99.1.ebuild: + Move xproto dep to reflect compile-time requirements. 23 Oct 2005; Joshua Baergen <joshuabaergen@gentoo.org> libXaw-0.99.1.ebuild: diff --git a/x11-libs/libXaw/libXaw-0.99.1.ebuild b/x11-libs/libXaw/libXaw-0.99.1.ebuild index 0e7abb3f7651..f50fd07e0e72 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.2 2005/10/23 23:17:34 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-0.99.1.ebuild,v 1.3 2005/10/30 17:40:51 joshuabaergen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -18,9 +18,9 @@ RDEPEND="x11-libs/libX11 x11-libs/libXt x11-libs/libXmu x11-libs/libXpm + x11-proto/xproto xprint? ( x11-libs/libXp )" DEPEND="${RDEPEND} - x11-proto/xproto sys-apps/ed" CONFIGURE_OPTIONS="`use_enable xprint xaw8`" |