diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-10-26 21:43:50 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-10-26 21:43:50 +0000 |
commit | 8d3bea994be1d6b901fdc03ca9feb5a845a86231 (patch) | |
tree | 026824be165bf317f51bf6d44b7d38552230d27a /app-emulation/vboxgtk | |
parent | Do not enter BUILD_DIR in python_foreach_impl(), do that in distutils-r1 inst... (diff) | |
download | gentoo-2-8d3bea994be1d6b901fdc03ca9feb5a845a86231.tar.gz gentoo-2-8d3bea994be1d6b901fdc03ca9feb5a845a86231.tar.bz2 gentoo-2-8d3bea994be1d6b901fdc03ca9feb5a845a86231.zip |
fix build time deps
(Portage version: 2.2.0_alpha140/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'app-emulation/vboxgtk')
-rw-r--r-- | app-emulation/vboxgtk/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/vboxgtk/vboxgtk-0.8.0-r3.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/vboxgtk/ChangeLog b/app-emulation/vboxgtk/ChangeLog index d30f318874d3..86cf1b020f5d 100644 --- a/app-emulation/vboxgtk/ChangeLog +++ b/app-emulation/vboxgtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/vboxgtk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/ChangeLog,v 1.11 2012/10/24 19:53:40 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/ChangeLog,v 1.12 2012/10/26 21:43:50 hasufell Exp $ + + 26 Oct 2012; Julian Ospald <hasufell@gentoo.org> vboxgtk-0.8.0-r3.ebuild: + fix build time deps *vboxgtk-0.8.0-r3 (24 Oct 2012) diff --git a/app-emulation/vboxgtk/vboxgtk-0.8.0-r3.ebuild b/app-emulation/vboxgtk/vboxgtk-0.8.0-r3.ebuild index 7fa9689a8374..2317a75a9a61 100644 --- a/app-emulation/vboxgtk/vboxgtk-0.8.0-r3.ebuild +++ b/app-emulation/vboxgtk/vboxgtk-0.8.0-r3.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/vboxgtk/vboxgtk-0.8.0-r3.ebuild,v 1.1 2012/10/24 19:53:40 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/vboxgtk-0.8.0-r3.ebuild,v 1.2 2012/10/26 21:43:50 hasufell Exp $ EAPI="4" @@ -22,6 +22,8 @@ RDEPEND=" <app-emulation/virtualbox-bin-4.2.0[python] ) dev-python/pygobject:3 x11-libs/gtk+:3[introspection]" +DEPEND="dev-util/intltool + sys-devel/gettext" DOCS=( AUTHORS README ) |