From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 BAFE8138EA3 for ; Sun, 16 Oct 2016 17:24:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3D6AE0B8B; Sun, 16 Oct 2016 17:24:18 +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 CBF40E0B8B for ; Sun, 16 Oct 2016 17:24:18 +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 AEB1834119A for ; Sun, 16 Oct 2016 17:24:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB4632FC for ; Sun, 16 Oct 2016 17:24:15 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1476638639.eb57a6e7a337e5f3a51657627932031b80ac6507.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/connman/connman-1.33-r1.ebuild X-VCS-Directories: net-misc/connman/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: eb57a6e7a337e5f3a51657627932031b80ac6507 X-VCS-Branch: master Date: Sun, 16 Oct 2016 17:24:15 +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: 3e4dfb8d-c62e-426e-b675-5688577d9479 X-Archives-Hash: 4c6e3cad99c51884ff35f38c26ff7adf commit: eb57a6e7a337e5f3a51657627932031b80ac6507 Author: Nicholas Vinson gmail com> AuthorDate: Sun Oct 16 15:46:46 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Oct 16 17:23:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb57a6e7 net-misc/connman: add keepdir call Add a keepdir for /usr/lib/connman/scripts. If none of connman's scripts are installed, upstream's build system will create and install an empty directory. Gentoo-bug: 596874 Package-Manager: portage-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/2568 Signed-off-by: David Seifert gentoo.org> net-misc/connman/connman-1.33-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/connman/connman-1.33-r1.ebuild b/net-misc/connman/connman-1.33-r1.ebuild index 6e13889..33687f7 100644 --- a/net-misc/connman/connman-1.33-r1.ebuild +++ b/net-misc/connman/connman-1.33-r1.ebuild @@ -76,6 +76,7 @@ src_install() { if use doc; then dodoc doc/*.txt fi + keepdir /usr/lib/${PN}/scripts keepdir /var/lib/${PN} newinitd "${FILESDIR}"/${PN}.initd2 ${PN} newconfd "${FILESDIR}"/${PN}.confd ${PN}