commit: 37e69f7e65a3fde4dfa75f69a6f232bdcda96ea3
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 16 10:43:47 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> 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."