diff options
author | 2012-08-25 07:34:22 +0000 | |
---|---|---|
committer | 2012-08-25 07:34:22 +0000 | |
commit | 03375c74bbe128501b981b9fe14d573296127334 (patch) | |
tree | c8545ce06774a8f1b8a0e295535e3caa45f1c6aa /media-libs/libkface | |
parent | Fix build with gnutls-3. Bug #421455 (diff) | |
download | gentoo-2-03375c74bbe128501b981b9fe14d573296127334.tar.gz gentoo-2-03375c74bbe128501b981b9fe14d573296127334.tar.bz2 gentoo-2-03375c74bbe128501b981b9fe14d573296127334.zip |
Stable for x86, wrt bug #429842
(Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libkface')
-rw-r--r-- | media-libs/libkface/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libkface/libkface-2.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libkface/ChangeLog b/media-libs/libkface/ChangeLog index 4c09f2236b34..70e3c42bc08b 100644 --- a/media-libs/libkface/ChangeLog +++ b/media-libs/libkface/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libkface # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.20 2012/08/11 15:12:21 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.21 2012/08/25 07:34:22 johu Exp $ + + 25 Aug 2012; Johannes Huber <johu@gentoo.org> libkface-2.6.0.ebuild: + Stable for x86, wrt bug #429842 *libkface-2.8.0 (11 Aug 2012) diff --git a/media-libs/libkface/libkface-2.6.0.ebuild b/media-libs/libkface/libkface-2.6.0.ebuild index 56eb7c82794b..a95fc44b707e 100644 --- a/media-libs/libkface/libkface-2.6.0.ebuild +++ b/media-libs/libkface/libkface-2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-2.6.0.ebuild,v 1.3 2012/08/06 17:50:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-2.6.0.ebuild,v 1.4 2012/08/25 07:34:22 johu Exp $ EAPI=4 @@ -21,7 +21,7 @@ DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detec HOMEPAGE="http://www.digikam.org/" LICENSE="GPL-2" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" SLOT=4 |