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 9BAF413825A for ; Sat, 14 May 2016 07:20:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19A14E07EE; Sat, 14 May 2016 07:20:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E539CE07ED for ; Sat, 14 May 2016 07:20:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9383340A9D for ; Sat, 14 May 2016 07:20:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D529B96E for ; Sat, 14 May 2016 07:20:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1463210397.185884022f48ce5a722255f11988dc81631901aa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libapparmor/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libapparmor/libapparmor-2.10.ebuild X-VCS-Directories: sys-libs/libapparmor/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 185884022f48ce5a722255f11988dc81631901aa X-VCS-Branch: master Date: Sat, 14 May 2016 07:20:08 +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: eb2457d0-0d6f-4859-834a-d69769430bed X-Archives-Hash: 87d70e11119d6ee23bb7d58dd899733e commit: 185884022f48ce5a722255f11988dc81631901aa Author: Michał Górny gentoo org> AuthorDate: Sat May 14 07:09:55 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 14 07:19:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18588402 sys-libs/libapparmor: python_moduleroot -> python_moduleinto sys-libs/libapparmor/libapparmor-2.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libapparmor/libapparmor-2.10.ebuild b/sys-libs/libapparmor/libapparmor-2.10.ebuild index 27712a3..9838956 100644 --- a/sys-libs/libapparmor/libapparmor-2.10.ebuild +++ b/sys-libs/libapparmor/libapparmor-2.10.ebuild @@ -81,7 +81,7 @@ src_install() { pushd "${BUILD_DIR}"/swig/python > /dev/null distutils-r1_src_install - python_moduleroot=LibAppArmor + python_moduleinto LibAppArmor python_foreach_impl python_domodule __init__.py popd > /dev/null fi