diff options
author | 2013-08-02 19:40:22 +0000 | |
---|---|---|
committer | 2013-08-02 19:40:22 +0000 | |
commit | 950252d86e12f4a9bf4507051c5780ea97ec4a88 (patch) | |
tree | eb0dcf2a5bf0df48c55c9e6980379c3f53bd76b1 /app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-950252d86e12f4a9bf4507051c5780ea97ec4a88.tar.gz gentoo-2-950252d86e12f4a9bf4507051c5780ea97ec4a88.tar.bz2 gentoo-2-950252d86e12f4a9bf4507051c5780ea97ec4a88.zip |
Add missing DEPEND on dev-util/intltool. bug #476310. Remove older version.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild')
-rw-r--r-- | app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild index 8ec12bd662fb..2a08e72a6efc 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild,v 1.1 2013/03/18 17:31:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.1.6.ebuild,v 1.2 2013/08/02 19:40:22 cardoe Exp $ EAPI=5 GCONF_DEBUG="no" @@ -27,6 +27,7 @@ RDEPEND="dev-libs/libxml2:2 python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} dev-util/gtk-doc-am + dev-util/intltool virtual/pkgconfig vala? ( $(vala_depend) )" |