diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-04-16 12:43:47 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-04-16 12:43:47 +0200 |
commit | 37e69f7e65a3fde4dfa75f69a6f232bdcda96ea3 (patch) | |
tree | 839b5ddcbdc324e8a6ee342124e92092cfd711d9 | |
parent | app-doc/kicad-doc: Bump to version 4.0.2 (diff) | |
download | gentoo-37e69f7e65a3fde4dfa75f69a6f232bdcda96ea3.tar.gz gentoo-37e69f7e65a3fde4dfa75f69a6f232bdcda96ea3.tar.bz2 gentoo-37e69f7e65a3fde4dfa75f69a6f232bdcda96ea3.zip |
dev-libs/libbsd: >=sys-kernel/linux-headers-3.17 needed, bug #579228 by Oleg Gawriloff and Austin English
Package-Manager: portage-2.2.28
-rw-r--r-- | dev-libs/libbsd/libbsd-0.8.2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-libs/libbsd/libbsd-0.8.2.ebuild b/dev-libs/libbsd/libbsd-0.8.2.ebuild index 9bcddd805ce1..c7312cf462ff 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." |