summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-10-24 07:30:15 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-10-24 07:30:15 +0000
commit63f1e02e499f310e8003441c34b1d3b0e8b31cc1 (patch)
tree6f047c4dc8557012559686c09dc33f8af7a43dee /dev-ml/custom_printf
parents390 stable, wrt bug #524058 (diff)
downloadgentoo-2-63f1e02e499f310e8003441c34b1d3b0e8b31cc1.tar.gz
gentoo-2-63f1e02e499f310e8003441c34b1d3b0e8b31cc1.tar.bz2
gentoo-2-63f1e02e499f310e8003441c34b1d3b0e8b31cc1.zip
add missing sexplib & pa_ounit deps, bug #522276
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/custom_printf')
-rw-r--r--dev-ml/custom_printf/ChangeLog6
-rw-r--r--dev-ml/custom_printf/custom_printf-109.60.00.ebuild8
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-ml/custom_printf/ChangeLog b/dev-ml/custom_printf/ChangeLog
index 627d4b6fe25b..f2f7050544b2 100644
--- a/dev-ml/custom_printf/ChangeLog
+++ b/dev-ml/custom_printf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/custom_printf
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.4 2014/01/19 13:42:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/ChangeLog,v 1.5 2014/10/24 07:30:15 aballier Exp $
+
+ 24 Oct 2014; Alexis Ballier <aballier@gentoo.org>
+ custom_printf-109.60.00.ebuild:
+ add missing sexplib & pa_ounit deps, bug #522276
*custom_printf-109.60.00 (19 Jan 2014)
diff --git a/dev-ml/custom_printf/custom_printf-109.60.00.ebuild b/dev-ml/custom_printf/custom_printf-109.60.00.ebuild
index f4bc09fa16bf..14b4114e8e5b 100644
--- a/dev-ml/custom_printf/custom_printf-109.60.00.ebuild
+++ b/dev-ml/custom_printf/custom_printf-109.60.00.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-ml/custom_printf/custom_printf-109.60.00.ebuild,v 1.1 2014/01/19 13:42:29 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/custom_printf/custom_printf-109.60.00.ebuild,v 1.2 2014/10/24 07:30:15 aballier Exp $
EAPI="5"
@@ -16,5 +16,9 @@ SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
-DEPEND=">=dev-ml/type-conv-109.20.00:="
+DEPEND="
+ >=dev-ml/type-conv-109.20.00:=
+ dev-ml/sexplib:=
+ dev-ml/pa_ounit:=
+"
RDEPEND="${DEPEND}"