From 3848492ce581c805f92b21839c0ad79bf7c65214 Mon Sep 17 00:00:00 2001 From: Keri Harris Date: Sun, 11 May 2008 19:45:01 +0000 Subject: Move flex and bison to RDEPEND. Closes #221321 and #221589. (Portage version: 2.1.5_rc6) --- dev-lang/mozart/ChangeLog | 6 +++++- dev-lang/mozart/mozart-1.3.2-r1.ebuild | 10 +++++----- dev-lang/mozart/mozart-1.3.2.ebuild | 10 +++++----- 3 files changed, 15 insertions(+), 11 deletions(-) (limited to 'dev-lang') diff --git a/dev-lang/mozart/ChangeLog b/dev-lang/mozart/ChangeLog index 95dad57b3533..df49165d7ec9 100644 --- a/dev-lang/mozart/ChangeLog +++ b/dev-lang/mozart/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/mozart # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v 1.16 2008/02/24 01:37:26 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/ChangeLog,v 1.17 2008/05/11 19:45:01 keri Exp $ + + 11 May 2008; keri mozart-1.3.2.ebuild, + mozart-1.3.2-r1.ebuild: + Move flex and bison to RDEPEND. Closes #221321 and #221589. 24 Feb 2008; keri files/mozart-1.3.2-portage.patch, mozart-1.3.2-r1.ebuild: diff --git a/dev-lang/mozart/mozart-1.3.2-r1.ebuild b/dev-lang/mozart/mozart-1.3.2-r1.ebuild index aa013d3e4632..b11d00e79bf0 100644 --- a/dev-lang/mozart/mozart-1.3.2-r1.ebuild +++ b/dev-lang/mozart/mozart-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.3.2-r1.ebuild,v 1.3 2008/02/24 01:37:26 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.3.2-r1.ebuild,v 1.4 2008/05/11 19:45:01 keri Exp $ inherit elisp-common eutils @@ -16,17 +16,17 @@ SLOT="0" KEYWORDS="~ppc ~sparc ~x86" IUSE="doc emacs gdbm static tcl threads tk" -DEPEND="dev-lang/perl +RDEPEND="dev-lang/perl dev-libs/gmp - sys-devel/bison - sys-devel/flex sys-libs/zlib emacs? ( virtual/emacs ) gdbm? ( sys-libs/gdbm ) tcl? ( tk? ( dev-lang/tk dev-lang/tcl ) )" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + sys-devel/bison + sys-devel/flex" SITEFILE=50${PN}-gentoo.el diff --git a/dev-lang/mozart/mozart-1.3.2.ebuild b/dev-lang/mozart/mozart-1.3.2.ebuild index efed7e26087b..f81266fdf7b3 100644 --- a/dev-lang/mozart/mozart-1.3.2.ebuild +++ b/dev-lang/mozart/mozart-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.3.2.ebuild,v 1.12 2008/02/23 06:52:54 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.3.2.ebuild,v 1.13 2008/05/11 19:45:01 keri Exp $ inherit elisp-common eutils @@ -16,17 +16,17 @@ SLOT="0" KEYWORDS="ppc sparc x86" IUSE="doc emacs gdbm static tcl threads tk" -DEPEND="dev-lang/perl +RDEPEND="dev-lang/perl dev-libs/gmp - sys-devel/bison - sys-devel/flex sys-libs/zlib emacs? ( virtual/emacs ) gdbm? ( sys-libs/gdbm ) tcl? ( tk? ( dev-lang/tk dev-lang/tcl ) )" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + sys-devel/bison + sys-devel/flex" SITEFILE=50${PN}-gentoo.el -- cgit v1.2.3-65-gdbad