diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-10-12 16:49:32 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-10-12 16:49:32 +0000 |
commit | ff24c5fa488f4979fe3ec6915ef1b554c545a829 (patch) | |
tree | f765b934ba507ea5e1bf30b1c8067fd3f51325fb | |
parent | Restore semantic-desktop useflag, bug 482742 (diff) | |
download | gentoo-2-ff24c5fa488f4979fe3ec6915ef1b554c545a829.tar.gz gentoo-2-ff24c5fa488f4979fe3ec6915ef1b554c545a829.tar.bz2 gentoo-2-ff24c5fa488f4979fe3ec6915ef1b554c545a829.zip |
Version bump; remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
-rw-r--r-- | media-libs/libkface/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libkface/libkface-3.5.0.ebuild (renamed from media-libs/libkface/libkface-3.3.0.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/libkface/ChangeLog b/media-libs/libkface/ChangeLog index 5c1a2a70fa4c..2c07403befeb 100644 --- a/media-libs/libkface/ChangeLog +++ b/media-libs/libkface/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libkface # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.40 2013/09/06 19:04:06 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.41 2013/10/12 16:49:32 dilfridge Exp $ + +*libkface-3.5.0 (12 Oct 2013) + + 12 Oct 2013; Andreas K. Huettel <dilfridge@gentoo.org> + -libkface-3.3.0.ebuild, +libkface-3.5.0.ebuild: + Version bump; remove old *libkface-3.4.0 (06 Sep 2013) diff --git a/media-libs/libkface/libkface-3.3.0.ebuild b/media-libs/libkface/libkface-3.5.0.ebuild index c61a95cdb1f9..d774c59411a7 100644 --- a/media-libs/libkface/libkface-3.3.0.ebuild +++ b/media-libs/libkface/libkface-3.5.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/media-libs/libkface/libkface-3.3.0.ebuild,v 1.1 2013/08/07 17:27:14 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-3.5.0.ebuild,v 1.1 2013/10/12 16:49:32 dilfridge Exp $ EAPI=5 @@ -25,7 +25,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" SLOT=4 -DEPEND=">=media-libs/opencv-2.4.4" +DEPEND=">=media-libs/opencv-2.4.5" RDEPEND=${DEPEND} S=${WORKDIR}/${MY_P}/extra/${PN} |