diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2013-01-30 16:19:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2013-01-30 16:19:14 +0000 |
commit | 04dca9c55d263145e77c2ef2f94e0ad5d4b82e2c (patch) | |
tree | e5089145ae2eff61f6299fc4d8455cea5c8b7af3 /dev-util | |
parent | sci-biology/meme: Drop old; add examples handling (diff) | |
download | gentoo-2-04dca9c55d263145e77c2ef2f94e0ad5d4b82e2c.tar.gz gentoo-2-04dca9c55d263145e77c2ef2f94e0ad5d4b82e2c.tar.bz2 gentoo-2-04dca9c55d263145e77c2ef2f94e0ad5d4b82e2c.zip |
Fix bug #454656 caused by a pkgmove that wasn't thought out.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gource/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/gource/gource-0.38-r1.ebuild (renamed from dev-util/gource/gource-0.38.ebuild) | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-util/gource/ChangeLog b/dev-util/gource/ChangeLog index d898728bf110..761a9c4debf1 100644 --- a/dev-util/gource/ChangeLog +++ b/dev-util/gource/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/gource -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.23 2012/11/22 04:13:39 flameeyes Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.24 2013/01/30 16:19:14 flameeyes Exp $ + +*gource-0.38-r1 (30 Jan 2013) + + 30 Jan 2013; Diego E. Pettenò <flameeyes@gentoo.org> +gource-0.38-r1.ebuild, + -gource-0.38.ebuild: + Fix bug #454656 caused by a pkgmove that wasn't thought out. 22 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> gource-0.38.ebuild: Bump to latest EAPI; use the default src_install; depend on threads-safe boost diff --git a/dev-util/gource/gource-0.38.ebuild b/dev-util/gource/gource-0.38-r1.ebuild index c042d999045c..87e8bf774aac 100644 --- a/dev-util/gource/gource-0.38.ebuild +++ b/dev-util/gource/gource-0.38-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.38.ebuild,v 1.5 2012/11/22 04:13:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.38-r1.ebuild,v 1.1 2013/01/30 16:19:14 flameeyes Exp $ EAPI=5 @@ -26,7 +26,7 @@ RDEPEND=" >=media-libs/libpng-1.2 virtual/jpeg media-libs/mesa - media-fonts/freefont-ttf + media-fonts/freefont >=media-libs/glew-1.5 dev-libs/tinyxml >=dev-libs/boost-1.46[threads(+)] @@ -58,7 +58,7 @@ src_configure() { if has_version dev-libs/tinyxml[stl]; then append-cppflags -DTIXML_USE_STL; fi - econf --enable-ttf-font-dir=/usr/share/fonts/freefont-ttf/ \ + econf --enable-ttf-font-dir=/usr/share/fonts/freefont/ \ --with-tinyxml } |