diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-10-21 04:29:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-10-21 04:29:28 +0000 |
commit | 52a6652ffaa517f4c87c43028a77bf785e57b494 (patch) | |
tree | 4f331e5c8db9f99c4d5b00fddd35f807b4a0d7c9 /media-libs/raptor | |
parent | Version bump wrt #513528 by "RAPHEAD". Don't pass --with-xml2-config=no or --... (diff) | |
download | gentoo-2-52a6652ffaa517f4c87c43028a77bf785e57b494.tar.gz gentoo-2-52a6652ffaa517f4c87c43028a77bf785e57b494.tar.bz2 gentoo-2-52a6652ffaa517f4c87c43028a77bf785e57b494.zip |
Raise sys-devel/flex DEPEND to 2.5.36
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-libs/raptor')
-rw-r--r-- | media-libs/raptor/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/raptor/raptor-2.0.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog index 16aa85e51ba7..aa64e36f2a68 100644 --- a/media-libs/raptor/ChangeLog +++ b/media-libs/raptor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/raptor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.158 2014/10/21 04:22:41 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.159 2014/10/21 04:29:28 ssuominen Exp $ + + 21 Oct 2014; Samuli Suominen <ssuominen@gentoo.org> raptor-2.0.14.ebuild: + Raise sys-devel/flex DEPEND to 2.5.36 *raptor-2.0.14 (21 Oct 2014) diff --git a/media-libs/raptor/raptor-2.0.14.ebuild b/media-libs/raptor/raptor-2.0.14.ebuild index fb542e852114..bb18f38daa25 100644 --- a/media-libs/raptor/raptor-2.0.14.ebuild +++ b/media-libs/raptor/raptor-2.0.14.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/media-libs/raptor/raptor-2.0.14.ebuild,v 1.1 2014/10/21 04:22:41 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.14.ebuild,v 1.2 2014/10/21 04:29:28 ssuominen Exp $ EAPI=5 inherit eutils libtool @@ -25,7 +25,7 @@ RDEPEND="dev-libs/libxml2 !media-libs/raptor:0" DEPEND="${RDEPEND} >=sys-devel/bison-3 - sys-devel/flex + >=sys-devel/flex-2.5.36 virtual/pkgconfig" S=${WORKDIR}/${MY_P} |