diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-01 08:44:48 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-01 08:44:48 +0000 |
commit | 0dd90db7b1a75a7339130515e0258adc5b163bb6 (patch) | |
tree | 02adf482d32a57f14f1eb5c697da34857f06ebc6 /app-misc/realpath/realpath-1.15-r2.ebuild | |
parent | Upstream now uses autotools, #350261 (diff) | |
download | gentoo-2-0dd90db7b1a75a7339130515e0258adc5b163bb6.tar.gz gentoo-2-0dd90db7b1a75a7339130515e0258adc5b163bb6.tar.bz2 gentoo-2-0dd90db7b1a75a7339130515e0258adc5b163bb6.zip |
Added missing DEPEND on sys-devel/gettext, #350247
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/realpath/realpath-1.15-r2.ebuild')
-rw-r--r-- | app-misc/realpath/realpath-1.15-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-misc/realpath/realpath-1.15-r2.ebuild b/app-misc/realpath/realpath-1.15-r2.ebuild index 6632fe1ff425..38f45a31ba8f 100644 --- a/app-misc/realpath/realpath-1.15-r2.ebuild +++ b/app-misc/realpath/realpath-1.15-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r2.ebuild,v 1.1 2010/06/15 11:39:10 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r2.ebuild,v 1.2 2011/01/01 08:44:48 jlec Exp $ EAPI="3" inherit eutils toolchain-funcs flag-o-matic prefix @@ -17,9 +17,10 @@ IUSE="nls" RDEPEND="!sys-freebsd/freebsd-bin" DEPEND="${RDEPEND} + sys-devel/gettext + virtual/libintl elibc_IRIX? ( dev-libs/gnulib ) x86-interix? ( dev-libs/gnulib ) - virtual/libintl elibc_mintlib? ( virtual/libiconv )" src_unpack() { |