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 98FA213800E for ; Sun, 5 Aug 2012 09:53:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D217E0212; Sun, 5 Aug 2012 09:53:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 592AFE0212 for ; Sun, 5 Aug 2012 09:53:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C04B81B4019 for ; Sun, 5 Aug 2012 09:53:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9361FE5439 for ; Sun, 5 Aug 2012 09:53:13 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1344160387.76bca2a8651527042e414b7a90601eaf69103cfd.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/soprano/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/soprano/soprano-9999.ebuild X-VCS-Directories: dev-libs/soprano/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 76bca2a8651527042e414b7a90601eaf69103cfd X-VCS-Branch: master Date: Sun, 5 Aug 2012 09:53:13 +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: 10bcf82f-25fa-45fd-bc72-c5ad914059c9 X-Archives-Hash: c072ba944b46fd0a21c30d20127719e0 commit: 76bca2a8651527042e414b7a90601eaf69103cfd Author: Johannes Huber gentoo org> AuthorDate: Sun Aug 5 09:53:07 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Aug 5 09:53:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=76bca2a8 [dev-libs/soprano] Bump dep on dev-db/virtuoso-server. (Portage version: 2.2.0_alpha120/git/Linux i686, unsigned Manifest commit) --- dev-libs/soprano/soprano-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dev-libs/soprano/soprano-9999.ebuild b/dev-libs/soprano/soprano-9999.ebuild index 4aa9417..45a9d65 100644 --- a/dev-libs/soprano/soprano-9999.ebuild +++ b/dev-libs/soprano/soprano-9999.ebuild @@ -38,7 +38,7 @@ DEPEND="${COMMON_DEPEND} test? ( >=x11-libs/qt-test-4.5.0:4 ) " RDEPEND="${COMMON_DEPEND} - virtuoso? ( >=dev-db/virtuoso-server-6.1.0 ) + virtuoso? ( >=dev-db/virtuoso-server-6.1.6 ) " CMAKE_IN_SOURCE_BUILD="1"