From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8394C59CB2 for ; Sat, 16 Apr 2016 10:44:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1FA821C073; Sat, 16 Apr 2016 10:44:14 +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 91ED221C073 for ; Sat, 16 Apr 2016 10:44:14 +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 2E2F8340C7A for ; Sat, 16 Apr 2016 10:44:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11055C7 for ; Sat, 16 Apr 2016 10:44:09 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1460803427.37e69f7e65a3fde4dfa75f69a6f232bdcda96ea3.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libbsd/libbsd-0.8.2.ebuild X-VCS-Directories: dev-libs/libbsd/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 37e69f7e65a3fde4dfa75f69a6f232bdcda96ea3 X-VCS-Branch: master Date: Sat, 16 Apr 2016 10:44:09 +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: 80ff7dd1-fe8a-4f4f-bdc8-da8947295edd X-Archives-Hash: 86c1c1e6fff675305cc1a9fca71ecf62 commit: 37e69f7e65a3fde4dfa75f69a6f232bdcda96ea3 Author: Pacho Ramos gentoo org> AuthorDate: Sat Apr 16 10:43:47 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Apr 16 10:43:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e69f7e dev-libs/libbsd: >=sys-kernel/linux-headers-3.17 needed, bug #579228 by Oleg Gawriloff and Austin English Package-Manager: portage-2.2.28 dev-libs/libbsd/libbsd-0.8.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-libs/libbsd/libbsd-0.8.2.ebuild b/dev-libs/libbsd/libbsd-0.8.2.ebuild index 9bcddd8..c7312cf 100644 --- a/dev-libs/libbsd/libbsd-0.8.2.ebuild +++ b/dev-libs/libbsd/libbsd-0.8.2.ebuild @@ -14,6 +14,9 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86" IUSE="static-libs" +DEPEND=">=sys-kernel/linux-headers-3.17" +RDEPEND="" + pkg_setup() { local f="${ROOT}/usr/$(get_libdir)/${PN}.a" local m="You need to remove ${f} by hand or re-emerge sys-libs/glibc first."