diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-06-23 08:41:34 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-06-23 08:41:34 +0000 |
commit | 1ebdcaa4dbd0fb38bac5e2402edccc30675cf3f6 (patch) | |
tree | 7844f154671395de9e9f7a5421a31b3ce540cf51 /dev-lang/opendylan | |
parent | Add missing USE dependency wrt bug #514222. (diff) | |
download | gentoo-2-1ebdcaa4dbd0fb38bac5e2402edccc30675cf3f6.tar.gz gentoo-2-1ebdcaa4dbd0fb38bac5e2402edccc30675cf3f6.tar.bz2 gentoo-2-1ebdcaa4dbd0fb38bac5e2402edccc30675cf3f6.zip |
Fix dependencies #514630
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang/opendylan')
-rw-r--r-- | dev-lang/opendylan/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/opendylan/opendylan-2013.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/opendylan/ChangeLog b/dev-lang/opendylan/ChangeLog index 3bffa08a4568..4467428c9745 100644 --- a/dev-lang/opendylan/ChangeLog +++ b/dev-lang/opendylan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/opendylan # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan/ChangeLog,v 1.16 2014/01/08 09:00:47 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan/ChangeLog,v 1.17 2014/06/23 08:41:34 patrick Exp $ + + 23 Jun 2014; Patrick Lauer <patrick@gentoo.org> opendylan-2013.2.ebuild: + Fix dependencies #514630 08 Jan 2014; Patrick Lauer <patrick@gentoo.org> opendylan-2013.2.ebuild, opendylan-9999.ebuild: diff --git a/dev-lang/opendylan/opendylan-2013.2.ebuild b/dev-lang/opendylan/opendylan-2013.2.ebuild index 440ef3dba734..a4555bcf1c4c 100644 --- a/dev-lang/opendylan/opendylan-2013.2.ebuild +++ b/dev-lang/opendylan/opendylan-2013.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan/opendylan-2013.2.ebuild,v 1.2 2014/01/08 09:00:47 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan/opendylan-2013.2.ebuild,v 1.3 2014/06/23 08:41:34 patrick Exp $ EAPI=4 inherit autotools @@ -23,7 +23,7 @@ IUSE="" # the boehm-gc check is "wrong" and reported upstream # but for now static-libs useflag is needed DEPEND="app-arch/unzip - dev-libs/boehm-gc + dev-libs/boehm-gc[threads] dev-lang/perl dev-perl/XML-Parser || ( dev-lang/opendylan-bin dev-lang/opendylan ) |