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 8A6021384C2 for ; Fri, 28 Aug 2015 12:04:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 695EC14333; Fri, 28 Aug 2015 12:04:30 +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 CCB9E14335 for ; Fri, 28 Aug 2015 12:04:29 +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 C2442340A9D for ; Fri, 28 Aug 2015 12:04:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16277171 for ; Fri, 28 Aug 2015 12:04:27 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1440763462.9eda3b8d93673e746939ef75ba857288307e4f4f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/nss_wrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild X-VCS-Directories: sys-libs/nss_wrapper/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9eda3b8d93673e746939ef75ba857288307e4f4f X-VCS-Branch: master Date: Fri, 28 Aug 2015 12:04:27 +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: b1b7a803-2157-4720-8365-7e23c0a2b7a1 X-Archives-Hash: 2acbc1d60cf11829ed1b31fb32d17a9f commit: 9eda3b8d93673e746939ef75ba857288307e4f4f Author: Lars Wendler gentoo org> AuthorDate: Fri Aug 28 12:02:13 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Aug 28 12:04:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eda3b8d sys-libs/nss_wrapper: Use cmake-multilib eclass. Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler gentoo.org> sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild b/sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild index 1216a7f..017cc95 100644 --- a/sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild +++ b/sys-libs/nss_wrapper/nss_wrapper-1.0.3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit cmake-utils multilib-minimal +inherit cmake-multilib DESCRIPTION="A wrapper for the user, group and hosts NSS API" HOMEPAGE="https://cwrap.org/nss_wrapper.html" @@ -16,15 +16,3 @@ IUSE="test" DEPEND="" RDEPEND="${DEPEND}" - -multilib_src_configure() { - cmake-utils_src_configure -} - -multilib_src_compile() { - cmake-utils_src_compile -} - -multilib_src_install() { - cmake-utils_src_install -}