diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-12-11 02:50:25 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-12-11 02:50:25 +0000 |
commit | 7bc15bbaaeca338987677b5d1b2094d6776b0575 (patch) | |
tree | 010e1d843788b7bcb82489587f70b7e28f8db1ed /dev-lang/parrot | |
parent | Fix typo. (diff) | |
download | gentoo-2-7bc15bbaaeca338987677b5d1b2094d6776b0575.tar.gz gentoo-2-7bc15bbaaeca338987677b5d1b2094d6776b0575.tar.bz2 gentoo-2-7bc15bbaaeca338987677b5d1b2094d6776b0575.zip |
Add missing dep for USE=doc
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang/parrot')
-rw-r--r-- | dev-lang/parrot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/parrot/parrot-5.10.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/parrot/ChangeLog b/dev-lang/parrot/ChangeLog index 5685346aec73..d700d10003ac 100644 --- a/dev-lang/parrot/ChangeLog +++ b/dev-lang/parrot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/parrot # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.73 2013/12/01 06:46:07 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.74 2013/12/11 02:50:25 patrick Exp $ + + 11 Dec 2013; Patrick Lauer <patrick@gentoo.org> parrot-5.10.0.ebuild: + Add missing dep for USE=doc *parrot-5.10.0 (01 Dec 2013) diff --git a/dev-lang/parrot/parrot-5.10.0.ebuild b/dev-lang/parrot/parrot-5.10.0.ebuild index e4d4d38d1979..ca57b057ee29 100644 --- a/dev-lang/parrot/parrot-5.10.0.ebuild +++ b/dev-lang/parrot/parrot-5.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-5.10.0.ebuild,v 1.1 2013/12/01 06:46:07 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-5.10.0.ebuild,v 1.2 2013/12/11 02:50:25 patrick Exp $ EAPI=3 @@ -25,7 +25,8 @@ RDEPEND="sys-libs/readline gdbm? ( >=sys-libs/gdbm-1.8.3-r1 ) gmp? ( >=dev-libs/gmp-4.1.4 ) ssl? ( dev-libs/openssl ) - pcre? ( dev-libs/libpcre )" + pcre? ( dev-libs/libpcre ) + doc? ( dev-perl/JSON )" DEPEND="dev-lang/perl[doc?] ${RDEPEND}" |