projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25b9ffc
)
sys-apps/paludis: Remove really old gcc checks in -9999
author
Michał Górny
<mgorny@gentoo.org>
Sun, 17 Jan 2016 13:33:04 +0000
(14:33 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 17 Jan 2016 15:22:51 +0000
(16:22 +0100)
sys-apps/paludis/paludis-9999.ebuild
patch
|
blob
|
history
diff --git
a/sys-apps/paludis/paludis-9999.ebuild
b/sys-apps/paludis/paludis-9999.ebuild
index 911a00d657f29dde5e995a17407ac4b1914db588..d61f74ae79cba9c0a7f9e4eac44e0959702dc7c0 100644
(file)
--- a/
sys-apps/paludis/paludis-9999.ebuild
+++ b/
sys-apps/paludis/paludis-9999.ebuild
@@
-67,16
+67,6
@@
pkg_pretend() {
fi
fi
fi
-
- if [[ ${MERGE_TYPE} != binary ]]; then
- if [[ $(gcc-major-version) -lt 4
- || ( $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ) ]]
- then
- eerror "Paludis requires at least gcc 4.7 to build. Please switch the active"
- eerror "gcc version using gcc-config."
- die "Paludis requires at least gcc 4.7"
- fi
- fi
}
pkg_setup() {