From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E2EE138330 for ; Sat, 26 May 2018 20:56:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56605E0A9F; Sat, 26 May 2018 20:56:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B98DE0A9F for ; Sat, 26 May 2018 20:56:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26E92335CA3 for ; Sat, 26 May 2018 20:56:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6065292 for ; Sat, 26 May 2018 20:56:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1527368201.2a924bb735a5af816b5819dc4ac91bc001673e51.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libepubgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libepubgen/libepubgen-0.1.0.ebuild X-VCS-Directories: app-text/libepubgen/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2a924bb735a5af816b5819dc4ac91bc001673e51 X-VCS-Branch: master Date: Sat, 26 May 2018 20:56:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c75432c8-b629-445e-a981-484a0b470f2e X-Archives-Hash: a9454471280ce9d7f06ab80b363b12e1 commit: 2a924bb735a5af816b5819dc4ac91bc001673e51 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 26 20:56:09 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 26 20:56:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a924bb7 app-text/libepubgen: Add missing test dependencies Closes: https://bugs.gentoo.org/656536 Package-Manager: Portage-2.3.38, Repoman-2.3.9 app-text/libepubgen/libepubgen-0.1.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-text/libepubgen/libepubgen-0.1.0.ebuild b/app-text/libepubgen/libepubgen-0.1.0.ebuild index 5b922895aa5..d6ff7af29ca 100644 --- a/app-text/libepubgen/libepubgen-0.1.0.ebuild +++ b/app-text/libepubgen/libepubgen-0.1.0.ebuild @@ -19,6 +19,10 @@ DEPEND="${RDEPEND} dev-libs/boost virtual/pkgconfig doc? ( app-doc/doxygen ) + test? ( + dev-util/cppunit + dev-libs/libxml2:2 + ) " src_configure() {