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 63EF0138326 for ; Sun, 17 Jul 2016 00:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7B8F21C039; Sun, 17 Jul 2016 00:52:43 +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 6289321C039 for ; Sun, 17 Jul 2016 00:52:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 914B6340901 for ; Sun, 17 Jul 2016 00:52:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC94C2416 for ; Sun, 17 Jul 2016 00:52:37 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1468716714.810dfbbb07cbf5e229fdb60c9206ae28b84dc0ca.reavertm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kbuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild X-VCS-Directories: dev-util/kbuild/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: 810dfbbb07cbf5e229fdb60c9206ae28b84dc0ca X-VCS-Branch: master Date: Sun, 17 Jul 2016 00:52:37 +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: a3275d6f-2622-4c3c-88c2-692c047a8e1a X-Archives-Hash: 3dd7c8ed7e5f088d5b71f6a7ad82998b commit: 810dfbbb07cbf5e229fdb60c9206ae28b84dc0ca Author: Maciej Mrozowski gentoo org> AuthorDate: Sun Jul 17 00:51:42 2016 +0000 Commit: Maciej Mrozowski gentoo org> CommitDate: Sun Jul 17 00:51:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810dfbbb dev-util/kbuild: Add missing texinfo dependcy, bug 572160 Package-Manager: portage-2.2.28 dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild | 3 ++- dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild b/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild index a51a006..0354471 100644 --- a/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild +++ b/dev-util/kbuild/kbuild-0.1.9998_pre20131130-r1.ebuild @@ -18,7 +18,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="sys-devel/flex +DEPEND="sys-apps/texinfo + sys-devel/flex sys-devel/gettext virtual/yacc" RDEPEND="" diff --git a/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild b/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild index 68c5b96..826b15c 100644 --- a/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild +++ b/dev-util/kbuild/kbuild-0.1.9998_pre20131130.ebuild @@ -17,7 +17,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="sys-devel/flex +DEPEND="sys-apps/texinfo + sys-devel/flex sys-devel/gettext virtual/yacc" RDEPEND=""