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 DE57E138334 for ; Sat, 27 Oct 2018 15:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB241E08F9; Sat, 27 Oct 2018 15:57:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7F709E08F9 for ; Sat, 27 Oct 2018 15:57:17 +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 5B098335C7F for ; Sat, 27 Oct 2018 15:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9639F441 for ; Sat, 27 Oct 2018 15:57:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1540655674.e9614e6021b2decdf2912608375358dd31ef1eb3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/hardlink/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/hardlink/hardlink-0.3.0-r1.ebuild X-VCS-Directories: app-arch/hardlink/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e9614e6021b2decdf2912608375358dd31ef1eb3 X-VCS-Branch: master Date: Sat, 27 Oct 2018 15:57:13 +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: 4cf069d9-e320-40c5-91ff-86bb2d382a6b X-Archives-Hash: 1d24e8aab87e6c6fbee3d1c41f2e1d9d commit: e9614e6021b2decdf2912608375358dd31ef1eb3 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Aug 21 07:19:06 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 27 15:54:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9614e60 app-arch/hardlink: restore DEPEND Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/9648 app-arch/hardlink/hardlink-0.3.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-arch/hardlink/hardlink-0.3.0-r1.ebuild b/app-arch/hardlink/hardlink-0.3.0-r1.ebuild index 313db6d7190..c6a18f73107 100644 --- a/app-arch/hardlink/hardlink-0.3.0-r1.ebuild +++ b/app-arch/hardlink/hardlink-0.3.0-r1.ebuild @@ -13,6 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" RDEPEND="dev-libs/libpcre" +DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" DOCS=( README ${T}/README.rsync )