diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2014-05-21 16:38:17 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2014-05-21 16:38:17 +0000 |
commit | 80b2c413303a44ab121d8209c3ba3782f4f2f485 (patch) | |
tree | 33bfda456769bb3b4b2fcb38b94138a3d196bc3e /sci-libs | |
parent | Add patched version to build against fontsproto-2.1.3 (diff) | |
download | gentoo-2-80b2c413303a44ab121d8209c3ba3782f4f2f485.tar.gz gentoo-2-80b2c413303a44ab121d8209c3ba3782f4f2f485.tar.bz2 gentoo-2-80b2c413303a44ab121d8209c3ba3782f4f2f485.zip |
Version bump
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/dlib/ChangeLog | 10 | ||||
-rw-r--r-- | sci-libs/dlib/dlib-18.5.ebuild (renamed from sci-libs/dlib/dlib-18.3.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/sci-libs/dlib/ChangeLog b/sci-libs/dlib/ChangeLog index e4926271964c..a1edea049396 100644 --- a/sci-libs/dlib/ChangeLog +++ b/sci-libs/dlib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/dlib -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/dlib/ChangeLog,v 1.7 2013/09/09 16:56:44 bicatali Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/dlib/ChangeLog,v 1.8 2014/05/21 16:38:17 bicatali Exp $ + +*dlib-18.5 (21 May 2014) + + 21 May 2014; Sébastien Fabbro <bicatali@gentoo.org> +dlib-18.5.ebuild, + -dlib-18.3.ebuild: + Version bump *dlib-18.4 (09 Sep 2013) diff --git a/sci-libs/dlib/dlib-18.3.ebuild b/sci-libs/dlib/dlib-18.5.ebuild index bd04a43bd159..098f4ab777b0 100644 --- a/sci-libs/dlib/dlib-18.3.ebuild +++ b/sci-libs/dlib/dlib-18.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/dlib/dlib-18.3.ebuild,v 1.1 2013/07/22 16:33:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/dlib/dlib-18.5.ebuild,v 1.1 2014/05/21 16:38:17 bicatali Exp $ EAPI=5 @@ -19,7 +19,7 @@ RDEPEND=" blas? ( virtual/blas ) jpeg? ( virtual/jpeg ) lapack? ( virtual/lapack ) - png? ( media-libs/libpng ) + png? ( media-libs/libpng:0= ) X? ( x11-libs/libX11 )" DEPEND="test? ( ${RDEPEND} )" |