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 0A231138334 for ; Thu, 23 Aug 2018 12:13:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B91AAE09FA; Thu, 23 Aug 2018 12:13:07 +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 8D9BCE09FA for ; Thu, 23 Aug 2018 12:13:07 +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 76D53335C47 for ; Thu, 23 Aug 2018 12:13:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A0212BA for ; Thu, 23 Aug 2018 12:13:02 +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: <1535026309.028a9200245a7f5a3ed69b877eaf848ef44b02fc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/apg/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/apg/apg-2.3.0b-r6.ebuild app-admin/apg/apg-2.3.0b-r7.ebuild X-VCS-Directories: app-admin/apg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 028a9200245a7f5a3ed69b877eaf848ef44b02fc X-VCS-Branch: master Date: Thu, 23 Aug 2018 12:13:02 +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: 2af0d4dd-b659-453f-8553-3a0d678a8ba5 X-Archives-Hash: 9e59838e3180c7254396955ec1a2c796 commit: 028a9200245a7f5a3ed69b877eaf848ef44b02fc Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Aug 21 07:17:50 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 23 12:11:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028a9200 app-admin/apg: restore RDEPEND Closes: https://github.com/gentoo/gentoo/pull/9647 app-admin/apg/{apg-2.3.0b-r6.ebuild => apg-2.3.0b-r7.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/apg/apg-2.3.0b-r6.ebuild b/app-admin/apg/apg-2.3.0b-r7.ebuild similarity index 98% rename from app-admin/apg/apg-2.3.0b-r6.ebuild rename to app-admin/apg/apg-2.3.0b-r7.ebuild index 00d3fa923a8..a525c799fd5 100644 --- a/app-admin/apg/apg-2.3.0b-r6.ebuild +++ b/app-admin/apg/apg-2.3.0b-r7.ebuild @@ -15,6 +15,7 @@ KEYWORDS="~alpha amd64 hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="cracklib" DEPEND="cracklib? ( sys-libs/cracklib )" +RDEPEND="${DEPEND}" src_prepare() { default