From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 83F2A138224 for ; Thu, 5 May 2016 22:27:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD00C21C028; Thu, 5 May 2016 22:27:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 014D421C028 for ; Thu, 5 May 2016 22:27:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C891E3408A6 for ; Thu, 5 May 2016 22:27:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8E5033A for ; Thu, 5 May 2016 22:27:32 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1462487233.cf9ccf9b9953d23a51dce94d9966416d006ce07b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/pspp/pspp-0.10.1.ebuild X-VCS-Directories: sci-mathematics/pspp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: cf9ccf9b9953d23a51dce94d9966416d006ce07b X-VCS-Branch: master Date: Thu, 5 May 2016 22:27:32 +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: da0fd2f2-3d89-4e9e-8215-dc449c62e564 X-Archives-Hash: eff6570ed77c1402fb43e45dd83e0b27 commit: cf9ccf9b9953d23a51dce94d9966416d006ce07b Author: David Seifert gentoo org> AuthorDate: Thu May 5 22:22:36 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Thu May 5 22:27:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9ccf9b sci-mathematics/pspp: Add missing 'svg' USE depend Gentoo-Bug: 582166 Package-Manager: portage-2.2.28 sci-mathematics/pspp/pspp-0.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/pspp/pspp-0.10.1.ebuild b/sci-mathematics/pspp/pspp-0.10.1.ebuild index bea2418..bcaea41 100644 --- a/sci-mathematics/pspp/pspp-0.10.1.ebuild +++ b/sci-mathematics/pspp/pspp-0.10.1.ebuild @@ -22,7 +22,7 @@ RDEPEND=" sys-libs/readline:0= sys-libs/zlib:0= virtual/libiconv - cairo? ( x11-libs/cairo:0= ) + cairo? ( x11-libs/cairo:0=[svg] ) emacs? ( virtual/emacs ) gtk? ( x11-libs/gtk+:3=