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 7942813835B for ; Sun, 25 Oct 2020 12:32:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8496E0809; Sun, 25 Oct 2020 12:32:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B11F1E0809 for ; Sun, 25 Oct 2020 12:32:52 +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 C0A7B340CC7 for ; Sun, 25 Oct 2020 12:32:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 852C33C0 for ; Sun, 25 Oct 2020 12:32:49 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1603629130.75bea1059a6de9bfc680cdf2a77248e70c486107.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-fs/gfs2-utils/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/gfs2-utils/gfs2-utils-3.3.0.ebuild X-VCS-Directories: sys-fs/gfs2-utils/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 75bea1059a6de9bfc680cdf2a77248e70c486107 X-VCS-Branch: master Date: Sun, 25 Oct 2020 12:32:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a0c6a17e-a4fd-4f9b-b139-587534a7dfaa X-Archives-Hash: 50ca9ca8cb079dde18fdacb2be9e8d20 commit: 75bea1059a6de9bfc680cdf2a77248e70c486107 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Oct 25 12:32:10 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Oct 25 12:32:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75bea105 sys-fs/gfs2-utils: remove useless blank lines makes repoman happy Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sys-fs/gfs2-utils/gfs2-utils-3.3.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.3.0.ebuild b/sys-fs/gfs2-utils/gfs2-utils-3.3.0.ebuild index aa244cb1..5fb8d89b 100644 --- a/sys-fs/gfs2-utils/gfs2-utils-3.3.0.ebuild +++ b/sys-fs/gfs2-utils/gfs2-utils-3.3.0.ebuild @@ -15,7 +15,6 @@ KEYWORDS="~amd64 ~x86" IUSE="nls test" - BDEPEND="sys-devel/autoconf sys-devel/automake sys-devel/libtool 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 44A97138359 for ; Sun, 25 Oct 2020 12:32:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 069B9E07B3; Sun, 25 Oct 2020 12:32:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E40FBE07B3 for ; Sun, 25 Oct 2020 12:32: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E3DB340C3F for ; Sun, 25 Oct 2020 12:32:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 099753BA for ; Sun, 25 Oct 2020 12:32:38 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1603629130.75bea1059a6de9bfc680cdf2a77248e70c486107.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/gfs2-utils/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/gfs2-utils/gfs2-utils-3.3.0.ebuild X-VCS-Directories: sys-fs/gfs2-utils/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 75bea1059a6de9bfc680cdf2a77248e70c486107 X-VCS-Branch: dev Date: Sun, 25 Oct 2020 12:32:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e62ff2a0-093f-431c-9e8e-7043a48d6e94 X-Archives-Hash: daaa7f15a2781f01f40388dca431b861 Message-ID: <20201025123238.mlcBtE3TAjA2BsgqO6UbUrYXULWESwliC7cOrBL_bXM@z> commit: 75bea1059a6de9bfc680cdf2a77248e70c486107 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Oct 25 12:32:10 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Oct 25 12:32:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75bea105 sys-fs/gfs2-utils: remove useless blank lines makes repoman happy Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sys-fs/gfs2-utils/gfs2-utils-3.3.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-fs/gfs2-utils/gfs2-utils-3.3.0.ebuild b/sys-fs/gfs2-utils/gfs2-utils-3.3.0.ebuild index aa244cb1..5fb8d89b 100644 --- a/sys-fs/gfs2-utils/gfs2-utils-3.3.0.ebuild +++ b/sys-fs/gfs2-utils/gfs2-utils-3.3.0.ebuild @@ -15,7 +15,6 @@ KEYWORDS="~amd64 ~x86" IUSE="nls test" - BDEPEND="sys-devel/autoconf sys-devel/automake sys-devel/libtool