diff options
author | Alex Alexander <wired@gentoo.org> | 2011-05-19 20:53:08 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2011-05-19 20:53:08 +0000 |
commit | 23ce8c7fa5c5f7a6c27b3bad40f9086c4f166273 (patch) | |
tree | 81db2a5716518d0d021197367377d68aaac9ba09 /www-client/uget/uget-1.7.3.ebuild | |
parent | EAPI4 (diff) | |
download | gentoo-2-23ce8c7fa5c5f7a6c27b3bad40f9086c4f166273.tar.gz gentoo-2-23ce8c7fa5c5f7a6c27b3bad40f9086c4f166273.tar.bz2 gentoo-2-23ce8c7fa5c5f7a6c27b3bad40f9086c4f166273.zip |
added missing dep, bug #365939
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'www-client/uget/uget-1.7.3.ebuild')
-rw-r--r-- | www-client/uget/uget-1.7.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/uget/uget-1.7.3.ebuild b/www-client/uget/uget-1.7.3.ebuild index dd93c5791bc3..651695d966d7 100644 --- a/www-client/uget/uget-1.7.3.ebuild +++ b/www-client/uget/uget-1.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/uget/uget-1.7.3.ebuild,v 1.3 2011/03/29 23:59:56 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/uget/uget-1.7.3.ebuild,v 1.4 2011/05/19 20:53:08 wired Exp $ EAPI="4" @@ -26,6 +26,7 @@ RDEPEND=" libnotify? ( x11-libs/libnotify ) " DEPEND="${RDEPEND} + dev-util/intltool dev-util/pkgconfig sys-devel/gettext" |