summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2008-05-11 19:45:01 +0000
committerKeri Harris <keri@gentoo.org>2008-05-11 19:45:01 +0000
commit3848492ce581c805f92b21839c0ad79bf7c65214 (patch)
treec15839fcbd2cb08dbc518894706d35700d93d4aa /dev-lang
parent- Keyworded ~arm (diff)
downloadgentoo-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')
-rw-r--r--dev-lang/mozart/ChangeLog6
-rw-r--r--dev-lang/mozart/mozart-1.3.2-r1.ebuild10
-rw-r--r--dev-lang/mozart/mozart-1.3.2.ebuild10
3 files changed, 15 insertions, 11 deletions
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 <keri@gentoo.org> 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 <keri@gentoo.org> 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