diff options
author | 2009-12-07 19:58:11 +0000 | |
---|---|---|
committer | 2009-12-07 19:58:11 +0000 | |
commit | 0b6dd65e3946444817798524baaeccb937e1bd97 (patch) | |
tree | d0ed21c566b40583be5905d2ae74055228677279 /media-gfx | |
parent | Fixed man directories, bug #295109 (diff) | |
download | gentoo-2-0b6dd65e3946444817798524baaeccb937e1bd97.tar.gz gentoo-2-0b6dd65e3946444817798524baaeccb937e1bd97.tar.bz2 gentoo-2-0b6dd65e3946444817798524baaeccb937e1bd97.zip |
Fix bug #296108.
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/splashutils/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/splashutils/splashutils-1.5.4.3.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog index 897d7d9641d0..06e15097ad40 100644 --- a/media-gfx/splashutils/ChangeLog +++ b/media-gfx/splashutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/splashutils # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.164 2009/11/22 20:12:23 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.165 2009/12/07 19:58:11 spock Exp $ + + 07 Dec 2009; Michał Januszewski <spock@gentoo.org> + splashutils-1.5.4.3.ebuild: + Fix bug #296108. 22 Nov 2009; Michał Januszewski <spock@gentoo.org> splashutils-1.5.4.3.ebuild, diff --git a/media-gfx/splashutils/splashutils-1.5.4.3.ebuild b/media-gfx/splashutils/splashutils-1.5.4.3.ebuild index c92df3002839..7a73630d8037 100644 --- a/media-gfx/splashutils/splashutils-1.5.4.3.ebuild +++ b/media-gfx/splashutils/splashutils-1.5.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v 1.16 2009/11/22 20:12:23 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3.ebuild,v 1.17 2009/12/07 19:58:11 spock Exp $ EAPI="2" @@ -115,6 +115,7 @@ src_configure() { $(use_with truetype ttf) \ $(use_with truetype ttf-kernel) \ $(use_enable fbcondecor) \ + --docdir=/usr/share/doc/${PF} \ --with-freetype2-src=${FT2SRC} \ --with-jpeg-src=${JPEGSRC} \ --with-lpng-src=${LPNGSRC} \ |