diff options
Diffstat (limited to 'dev-vcs/git/git-1.8.5.4.ebuild')
-rw-r--r-- | dev-vcs/git/git-1.8.5.4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-vcs/git/git-1.8.5.4.ebuild b/dev-vcs/git/git-1.8.5.4.ebuild index 40d7c01d14df..6ec26069e95e 100644 --- a/dev-vcs/git/git-1.8.5.4.ebuild +++ b/dev-vcs/git/git-1.8.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.4.ebuild,v 1.1 2014/02/06 08:41:52 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.4.ebuild,v 1.2 2014/02/07 07:59:03 polynomial-c Exp $ EAPI=5 @@ -88,9 +88,8 @@ DEPEND="${CDEPEND} sys-apps/texinfo app-text/xmlto ) - test? ( - app-crypt/gnupg - )" + nls? ( sys-devel/gettext ) + test? ( app-crypt/gnupg )" # Live ebuild builds man pages and HTML docs, additionally if [[ ${PV} == *9999 ]]; then |