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 EF8491382FE for ; Mon, 11 Jul 2016 18:12:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E037E0B22; Mon, 11 Jul 2016 18:12:41 +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 EE777E0B22 for ; Mon, 11 Jul 2016 18:12:40 +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 5EDB6340DFE for ; Mon, 11 Jul 2016 18:12:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD58A97B for ; Mon, 11 Jul 2016 18:12:36 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1468260714.e05e2cf6e7cddaba88e2321e4f493764301a7edc.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/hal-flash/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/hal-flash/hal-flash-0.3.3.ebuild X-VCS-Directories: media-libs/hal-flash/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: e05e2cf6e7cddaba88e2321e4f493764301a7edc X-VCS-Branch: master Date: Mon, 11 Jul 2016 18:12:36 +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: e1064ea6-b392-4cb7-9438-ff71ca4aa552 X-Archives-Hash: dffa0d91a2d5c68c99dd5748ad38e308 commit: e05e2cf6e7cddaba88e2321e4f493764301a7edc Author: Patrick Lauer gentoo org> AuthorDate: Mon Jul 11 18:11:54 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Mon Jul 11 18:11:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e05e2cf6 media-libs/hal-flash: Whitespace Package-Manager: portage-2.3.0 media-libs/hal-flash/hal-flash-0.3.3.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/media-libs/hal-flash/hal-flash-0.3.3.ebuild b/media-libs/hal-flash/hal-flash-0.3.3.ebuild index d1b4639..34466c5 100644 --- a/media-libs/hal-flash/hal-flash-0.3.3.ebuild +++ b/media-libs/hal-flash/hal-flash-0.3.3.ebuild @@ -15,17 +15,19 @@ KEYWORDS="amd64 x86" IUSE="" COMMON_DEPEND="sys-apps/dbus - !sys-apps/hal" + !sys-apps/hal" RDEPEND="${COMMON_DEPEND} - sys-fs/udisks" + sys-fs/udisks" DEPEND="${COMMON_DEPEND} - virtual/pkgconfig" + virtual/pkgconfig" DOCS="README" -src_prepare() { eautoreconf; eapply_user; } +src_prepare() { + eautoreconf; eapply_user; +} src_install() { - default - prune_libtool_files + default + prune_libtool_files }