From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1024591-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79F931382C5 for <garchives@archives.gentoo.org>; Thu, 17 May 2018 10:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CFFAE0943; Thu, 17 May 2018 10:05:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64141E0943 for <gentoo-commits@lists.gentoo.org>; Thu, 17 May 2018 10:05:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2F64335C77 for <gentoo-commits@lists.gentoo.org>; Thu, 17 May 2018 10:05:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B6BC2A2 for <gentoo-commits@lists.gentoo.org>; Thu, 17 May 2018 10:05:25 +0000 (UTC) From: "Gilles Dartiguelongue" <eva@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" <eva@gentoo.org> Message-ID: <1526551499.d8b2c0776f0272e9fc912469546f4f1295ea43f2.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libsecret/libsecret-0.18.6-r1.ebuild X-VCS-Directories: app-crypt/libsecret/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: d8b2c0776f0272e9fc912469546f4f1295ea43f2 X-VCS-Branch: master Date: Thu, 17 May 2018 10:05:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1dab1813-d6ed-4d52-8a79-225afed9a095 X-Archives-Hash: 3ca46b446f34f99550543f5e92fecd29 commit: d8b2c0776f0272e9fc912469546f4f1295ea43f2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Thu May 17 10:04:15 2018 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Thu May 17 10:04:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b2c077 app-crypt/libsecret: add missing src_install and bump to EAPI=6 Package-Manager: Portage-2.3.36, Repoman-2.3.9 app-crypt/libsecret/libsecret-0.18.6-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild index 3fd001d3c7d..5960a81c6ab 100644 --- a/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild +++ b/app-crypt/libsecret/libsecret-0.18.6-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="6" GCONF_DEBUG="yes" PYTHON_COMPAT=( python3_{4,5,6} ) VALA_USE_DEPEND=vapigen @@ -86,3 +86,7 @@ multilib_src_test() { # tests fail without gobject-introspection multilib_is_native_abi && virtx emake check } + +multilib_src_install() { + gnome2_src_install +}