diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-31 12:27:43 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-31 12:27:43 +0000 |
commit | 06a85eafe1d430e12c1400e0b31e8b5bd3429b9c (patch) | |
tree | f52f150d80a4a58774dc8646e6f1c724b1880504 | |
parent | stable x86, bug 310021 (diff) | |
download | gentoo-2-06a85eafe1d430e12c1400e0b31e8b5bd3429b9c.tar.gz gentoo-2-06a85eafe1d430e12c1400e0b31e8b5bd3429b9c.tar.bz2 gentoo-2-06a85eafe1d430e12c1400e0b31e8b5bd3429b9c.zip |
Fix HTML documentation directory.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | media-libs/schroedinger/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/schroedinger/schroedinger-1.0.8.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/media-libs/schroedinger/ChangeLog b/media-libs/schroedinger/ChangeLog index c5bcb88749ae..651bd9ef7e33 100644 --- a/media-libs/schroedinger/ChangeLog +++ b/media-libs/schroedinger/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/schroedinger # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.45 2010/01/15 09:39:57 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.46 2010/03/31 12:27:43 ssuominen Exp $ + + 31 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> + schroedinger-1.0.8.ebuild: + Fix HTML documentation directory. 15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> schroedinger-1.0.8.ebuild: diff --git a/media-libs/schroedinger/schroedinger-1.0.8.ebuild b/media-libs/schroedinger/schroedinger-1.0.8.ebuild index e8ab1a3441cc..d225e24e510b 100644 --- a/media-libs/schroedinger/schroedinger-1.0.8.ebuild +++ b/media-libs/schroedinger/schroedinger-1.0.8.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.9 2010/01/15 09:39:57 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.8.ebuild,v 1.10 2010/03/31 12:27:43 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit libtool DESCRIPTION="C-based libraries and GStreamer plugins for the Dirac video codec" @@ -25,7 +25,8 @@ src_prepare() { src_configure() { econf \ --disable-dependency-tracking \ - --disable-gtk-doc + --disable-gtk-doc \ + --with-html-dir="${EPREFIX}/usr/share/doc/${PF}/html" } src_install() { |