projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53d5c94
)
dev-libs/libbsd: fix library check for Prefix
author
Fabian Groffen
<grobian@gentoo.org>
Tue, 5 Jul 2016 11:51:23 +0000
(13:51 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Tue, 5 Jul 2016 11:51:23 +0000
(13:51 +0200)
Package-Manager: portage-2.2.28
dev-libs/libbsd/libbsd-0.8.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/libbsd/libbsd-0.8.3.ebuild
b/dev-libs/libbsd/libbsd-0.8.3.ebuild
index b60692f5ecc58b84084f31533d46d03a7ec91108..9bb880edd7c629e6cc02026bdfe8e0b25f5ba002 100644
(file)
--- a/
dev-libs/libbsd/libbsd-0.8.3.ebuild
+++ b/
dev-libs/libbsd/libbsd-0.8.3.ebuild
@@
-18,7
+18,7
@@
DEPEND=">=sys-kernel/linux-headers-3.17"
RDEPEND=""
pkg_setup() {
- local f="${ROOT}/usr/$(get_libdir)/${PN}.a"
+ local f="${
E
ROOT}/usr/$(get_libdir)/${PN}.a"
local m="You need to remove ${f} by hand or re-emerge sys-libs/glibc first."
if ! has_version ${CATEGORY}/${PN}; then
if [[ -e ${f} ]]; then