diff options
author | Keri Harris <keri@gentoo.org> | 2008-05-11 19:45:01 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2008-05-11 19:45:01 +0000 |
commit | 3848492ce581c805f92b21839c0ad79bf7c65214 (patch) | |
tree | c15839fcbd2cb08dbc518894706d35700d93d4aa /dev-lang/mozart/mozart-1.3.2.ebuild | |
parent | - Keyworded ~arm (diff) | |
download | gentoo-2-3848492ce581c805f92b21839c0ad79bf7c65214.tar.gz gentoo-2-3848492ce581c805f92b21839c0ad79bf7c65214.tar.bz2 gentoo-2-3848492ce581c805f92b21839c0ad79bf7c65214.zip |
Move flex and bison to RDEPEND. Closes #221321 and #221589.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-lang/mozart/mozart-1.3.2.ebuild')
-rw-r--r-- | dev-lang/mozart/mozart-1.3.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
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 |