diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-04-12 08:21:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-04-12 08:21:55 +0000 |
commit | b3ab118caf264d6caae615440b2ab9007d3824d5 (patch) | |
tree | 33d5ef36ee8573df04c2fcc9af2c7d20a1878d37 /media-sound/vmpk/vmpk-0.3.1.ebuild | |
parent | add missing qt-svg dep, by samuel.strand@gmail.com, bug #314441 (diff) | |
download | gentoo-2-b3ab118caf264d6caae615440b2ab9007d3824d5.tar.gz gentoo-2-b3ab118caf264d6caae615440b2ab9007d3824d5.tar.bz2 gentoo-2-b3ab118caf264d6caae615440b2ab9007d3824d5.zip |
add missing build dep on app-text/docbook-xsl-stylesheets, by Panard <panard@inzenet.org>, bug #299815
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/vmpk/vmpk-0.3.1.ebuild')
-rw-r--r-- | media-sound/vmpk/vmpk-0.3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/vmpk/vmpk-0.3.1.ebuild b/media-sound/vmpk/vmpk-0.3.1.ebuild index c7172411a437..bd2aadeb501a 100644 --- a/media-sound/vmpk/vmpk-0.3.1.ebuild +++ b/media-sound/vmpk/vmpk-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.3.1.ebuild,v 1.3 2010/04/12 08:16:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.3.1.ebuild,v 1.4 2010/04/12 08:21:55 aballier Exp $ inherit cmake-utils eutils @@ -18,6 +18,7 @@ RDEPEND="x11-libs/qt-core x11-libs/qt-svg media-libs/alsa-lib" DEPEND="${RDEPEND} + app-text/docbook-xsl-stylesheets dev-util/pkgconfig" DOCS="AUTHORS ChangeLog NEWS README TODO" |