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 BC8BB1388C3 for ; Mon, 9 Nov 2015 13:22:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A080FE07FE; Mon, 9 Nov 2015 13:22:41 +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 483AEE07FE for ; Mon, 9 Nov 2015 13:22:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34D3234098F for ; Mon, 9 Nov 2015 13:22:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B3CE239C for ; Mon, 9 Nov 2015 11:25:46 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1447068331.3875bf999e0a21527e30bc2f5d389278af17ab4e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/evolution-data-server/evolution-data-server-3.18.2.ebuild X-VCS-Directories: gnome-extra/evolution-data-server/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 3875bf999e0a21527e30bc2f5d389278af17ab4e X-VCS-Branch: master Date: Mon, 9 Nov 2015 11:25:46 +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: 9aaf1659-39d6-407d-ba0a-a82925af72c2 X-Archives-Hash: fb36ab0c4a54a9980e3ffdae69a82505 commit: 3875bf999e0a21527e30bc2f5d389278af17ab4e Author: Pacho Ramos gentoo org> AuthorDate: Mon Nov 9 11:03:15 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Nov 9 11:25:31 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3875bf99 gnome-extra/evolution-data-server: Fix subslot value Package-Manager: portage-2.2.24 gnome-extra/evolution-data-server/evolution-data-server-3.18.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.18.2.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.18.2.ebuild index a28453d..555a55c 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.18.2.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.18.2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution" # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat" -SLOT="0/52" # subslot = libcamel-1.2 soname version +SLOT="0/54" # subslot = libcamel-1.2 soname version IUSE="api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather" REQUIRED_USE="vala? ( introspection )"