diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-03-11 03:44:04 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-03-11 03:44:04 +0000 |
commit | a1daa4b68b88f569eeb56323567fb78fdc267e8e (patch) | |
tree | 565efbd50bcdf805b9b14a0f25a22d77d83c83af /sys-libs/talloc | |
parent | Version bump. (diff) | |
download | gentoo-2-a1daa4b68b88f569eeb56323567fb78fdc267e8e.tar.gz gentoo-2-a1daa4b68b88f569eeb56323567fb78fdc267e8e.tar.bz2 gentoo-2-a1daa4b68b88f569eeb56323567fb78fdc267e8e.zip |
Add gettext dep #503820
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-libs/talloc')
-rw-r--r-- | sys-libs/talloc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/talloc/talloc-2.1.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-libs/talloc/ChangeLog b/sys-libs/talloc/ChangeLog index 8f00c7d6172e..5d7a42df5dd4 100644 --- a/sys-libs/talloc/ChangeLog +++ b/sys-libs/talloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/talloc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.63 2014/02/02 17:40:57 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.64 2014/03/11 03:44:04 patrick Exp $ + + 11 Mar 2014; Patrick Lauer <patrick@gentoo.org> talloc-2.1.0.ebuild: + Add gettext dep #503820 02 Feb 2014; Victor Ostorga <vostorga@gentoo.org> talloc-2.1.0.ebuild: Reverting commit on talloc-2.1.0 , because emul-linux-x86-baselibs still diff --git a/sys-libs/talloc/talloc-2.1.0.ebuild b/sys-libs/talloc/talloc-2.1.0.ebuild index 2932ee9f4f48..40ad40f90faf 100644 --- a/sys-libs/talloc/talloc-2.1.0.ebuild +++ b/sys-libs/talloc/talloc-2.1.0.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/sys-libs/talloc/talloc-2.1.0.ebuild,v 1.4 2014/02/02 17:40:57 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.0.ebuild,v 1.5 2014/03/11 03:44:04 patrick Exp $ EAPI=5 @@ -23,6 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} !!<sys-libs/talloc-2.0.5" DEPEND="${RDEPEND} + sys-devel/gettext dev-libs/libxslt || ( dev-lang/python:2.7[threads] dev-lang/python:2.6[threads] )" |