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 9BA7858973 for ; Mon, 1 Feb 2016 11:13:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D2F621C00B; Mon, 1 Feb 2016 11:13:29 +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 5CAB721C044 for ; Mon, 1 Feb 2016 11:13:28 +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 90D41340D28 for ; Mon, 1 Feb 2016 11:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34984BFF for ; Mon, 1 Feb 2016 11:13:24 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1454325200.612bde10b05f848a5350799dcf44e1a56a26e5e6.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/rapidsvn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/rapidsvn/rapidsvn-0.12.1-r1.ebuild dev-vcs/rapidsvn/rapidsvn-0.12.1-r2.ebuild X-VCS-Directories: dev-vcs/rapidsvn/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 612bde10b05f848a5350799dcf44e1a56a26e5e6 X-VCS-Branch: master Date: Mon, 1 Feb 2016 11:13:24 +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: 08e9e698-1977-4dcb-ab1d-38cd4b38e0cf X-Archives-Hash: 7eb50cc93e710ab73c90975329d2de02 commit: 612bde10b05f848a5350799dcf44e1a56a26e5e6 Author: Justin Lecher gentoo org> AuthorDate: Mon Feb 1 10:46:40 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 1 11:13:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612bde10 dev-vcs/rapidsvn: Inherit multilib.eclass where necessary Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-vcs/rapidsvn/rapidsvn-0.12.1-r1.ebuild | 4 ++-- dev-vcs/rapidsvn/rapidsvn-0.12.1-r2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-vcs/rapidsvn/rapidsvn-0.12.1-r1.ebuild b/dev-vcs/rapidsvn/rapidsvn-0.12.1-r1.ebuild index 79bc292..8bad8da 100644 --- a/dev-vcs/rapidsvn/rapidsvn-0.12.1-r1.ebuild +++ b/dev-vcs/rapidsvn/rapidsvn-0.12.1-r1.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$ @@ -10,7 +10,7 @@ WX_GTK_VER=2.8 AUTOTOOLS_AUTORECONF=true -inherit autotools-utils fdo-mime flag-o-matic python-single-r1 versionator wxwidgets +inherit autotools-utils fdo-mime flag-o-matic multilib python-single-r1 versionator wxwidgets MY_PV=$(get_version_component_range 1-2) MY_REL="1" diff --git a/dev-vcs/rapidsvn/rapidsvn-0.12.1-r2.ebuild b/dev-vcs/rapidsvn/rapidsvn-0.12.1-r2.ebuild index 61172ba..eb3c7fa 100644 --- a/dev-vcs/rapidsvn/rapidsvn-0.12.1-r2.ebuild +++ b/dev-vcs/rapidsvn/rapidsvn-0.12.1-r2.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$ @@ -10,7 +10,7 @@ WX_GTK_VER=3.0 AUTOTOOLS_AUTORECONF=true -inherit autotools-utils fdo-mime flag-o-matic python-single-r1 versionator wxwidgets +inherit autotools-utils fdo-mime flag-o-matic multilib python-single-r1 versionator wxwidgets MY_PV=$(get_version_component_range 1-2) MY_REL="1"