summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-03-09 02:12:26 +0000
committerTim Harder <radhermit@gentoo.org>2013-03-09 02:12:26 +0000
commit4f1df848d5545fee7170f172bbbf2e6494b20d65 (patch)
tree05b7e28c78b45b75c5715cf5cb055f7e2778b7bc /app-text
parentFix dependencies (diff)
downloadgentoo-2-4f1df848d5545fee7170f172bbbf2e6494b20d65.tar.gz
gentoo-2-4f1df848d5545fee7170f172bbbf2e6494b20d65.tar.bz2
gentoo-2-4f1df848d5545fee7170f172bbbf2e6494b20d65.zip
Add gettext dep when nls is enabled.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/dos2unix/ChangeLog6
-rw-r--r--app-text/dos2unix/dos2unix-6.0.2.ebuild3
-rw-r--r--app-text/dos2unix/dos2unix-6.0.3.ebuild3
3 files changed, 9 insertions, 3 deletions
diff --git a/app-text/dos2unix/ChangeLog b/app-text/dos2unix/ChangeLog
index d7befc02a6b2..133fe447a79e 100644
--- a/app-text/dos2unix/ChangeLog
+++ b/app-text/dos2unix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/dos2unix
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.121 2013/01/25 21:42:12 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/ChangeLog,v 1.122 2013/03/09 02:12:26 radhermit Exp $
+
+ 09 Mar 2013; Tim Harder <radhermit@gentoo.org> dos2unix-6.0.2.ebuild,
+ dos2unix-6.0.3.ebuild:
+ Add gettext dep when nls is enabled.
*dos2unix-6.0.3 (25 Jan 2013)
diff --git a/app-text/dos2unix/dos2unix-6.0.2.ebuild b/app-text/dos2unix/dos2unix-6.0.2.ebuild
index 1288198c5023..c48c2350fb8c 100644
--- a/app-text/dos2unix/dos2unix-6.0.2.ebuild
+++ b/app-text/dos2unix/dos2unix-6.0.2.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-text/dos2unix/dos2unix-6.0.2.ebuild,v 1.11 2013/01/01 18:55:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.2.ebuild,v 1.12 2013/03/09 02:12:25 radhermit Exp $
EAPI=4
@@ -23,6 +23,7 @@ RDEPEND="
virtual/libintl"
DEPEND="
${RDEPEND}
+ nls? ( sys-devel/gettext )
dev-lang/perl"
src_prepare() {
diff --git a/app-text/dos2unix/dos2unix-6.0.3.ebuild b/app-text/dos2unix/dos2unix-6.0.3.ebuild
index 334a19620094..f0b7f33b1082 100644
--- a/app-text/dos2unix/dos2unix-6.0.3.ebuild
+++ b/app-text/dos2unix/dos2unix-6.0.3.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-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.1 2013/01/25 21:42:12 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.3.ebuild,v 1.2 2013/03/09 02:12:25 radhermit Exp $
EAPI=4
@@ -23,6 +23,7 @@ RDEPEND="
virtual/libintl"
DEPEND="
${RDEPEND}
+ nls? ( sys-devel/gettext )
dev-lang/perl"
src_prepare() {