diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2012-06-13 13:05:54 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2012-06-13 13:05:54 +0000 |
commit | 242b148e335b4b84d6a58afd21807b363f9f65f6 (patch) | |
tree | 619e7f6a424f2de37306d57c6abf0349873e0ebe /app-emulation/spice/spice-0.11.0.ebuild | |
parent | Rename thes and hyph files to match with others (not that it matters anyway b... (diff) | |
download | historical-242b148e335b4b84d6a58afd21807b363f9f65f6.tar.gz historical-242b148e335b4b84d6a58afd21807b363f9f65f6.tar.bz2 historical-242b148e335b4b84d6a58afd21807b363f9f65f6.zip |
Added missing dependency on pyparsing.
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/spice/spice-0.11.0.ebuild')
-rw-r--r-- | app-emulation/spice/spice-0.11.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/spice/spice-0.11.0.ebuild b/app-emulation/spice/spice-0.11.0.ebuild index e58b31daadec..d1a021db875a 100644 --- a/app-emulation/spice/spice-0.11.0.ebuild +++ b/app-emulation/spice/spice-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.11.0.ebuild,v 1.1 2012/06/13 12:04:32 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.11.0.ebuild,v 1.2 2012/06/13 13:05:54 dev-zero Exp $ EAPI=4 @@ -51,6 +51,7 @@ RDEPEND=">=x11-libs/pixman-0.17.7 # ) # )" DEPEND="virtual/pkgconfig + dev-python/pyparsing ${RDEPEND}" pkg_setup() { |