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 1878E59CA2 for ; Sat, 13 Feb 2016 15:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DAF0E07DB; Sat, 13 Feb 2016 15:09:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02534E07E0 for ; Sat, 13 Feb 2016 15:09:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15206340C1A for ; Sat, 13 Feb 2016 15:09:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CD228F4 for ; Sat, 13 Feb 2016 15:09:51 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1455376195.57b3ee42a4add76eba702dd47dc1612442f5327a.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xapian-bindings/xapian-bindings-1.2.22.ebuild X-VCS-Directories: dev-libs/xapian-bindings/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 57b3ee42a4add76eba702dd47dc1612442f5327a X-VCS-Branch: master Date: Sat, 13 Feb 2016 15:09:51 +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: 50a6dde7-8d99-4e71-9162-375868392358 X-Archives-Hash: d29300670d1b3c0d7df14212583d4fc9 commit: 57b3ee42a4add76eba702dd47dc1612442f5327a Author: Anthony G. Basile gentoo org> AuthorDate: Sat Feb 13 15:09:55 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Feb 13 15:09:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b3ee42 dev-libs/xapian-bindings: switch to subslot dependency for 1.2 branch Package-Manager: portage-2.2.26 dev-libs/xapian-bindings/xapian-bindings-1.2.22.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.2.22.ebuild b/dev-libs/xapian-bindings/xapian-bindings-1.2.22.ebuild index 9e08aa2..12bd026 100644 --- a/dev-libs/xapian-bindings/xapian-bindings-1.2.22.ebuild +++ b/dev-libs/xapian-bindings/xapian-bindings-1.2.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="java lua perl php python ruby tcl" REQUIRED_USE="|| ( java lua perl php python ruby tcl )" -COMMONDEPEND="~dev-libs/xapian-${PV} +COMMONDEPEND="dev-libs/xapian:0/1.2.22 lua? ( dev-lang/lua:0 ) perl? ( dev-lang/perl:= ) ruby? ( dev-lang/ruby:= )