diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-02-13 16:11:19 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-02-13 16:13:03 +0100 |
commit | 3edb3a340d229232703b51447414ae24b2ecdfec (patch) | |
tree | 8f044ecb2a3663e90afeb643d48cd418fb36bfdd /dev-lisp/sbcl | |
parent | dev-lisp/sbcl: Fix sandbox violation. (diff) | |
download | gentoo-3edb3a340d229232703b51447414ae24b2ecdfec.tar.gz gentoo-3edb3a340d229232703b51447414ae24b2ecdfec.tar.bz2 gentoo-3edb3a340d229232703b51447414ae24b2ecdfec.zip |
dev-lisp/sbcl: Remove dependency on <glibc-2.6 to make repoman happy.
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-lisp/sbcl')
-rw-r--r-- | dev-lisp/sbcl/sbcl-1.1.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lisp/sbcl/sbcl-1.1.18.ebuild b/dev-lisp/sbcl/sbcl-1.1.18.ebuild index 926737a771d6..162b400a56f1 100644 --- a/dev-lisp/sbcl/sbcl-1.1.18.ebuild +++ b/dev-lisp/sbcl/sbcl-1.1.18.ebuild @@ -31,7 +31,7 @@ DEPEND="${CDEPEND} doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 ) pax_kernel? ( sys-apps/paxctl sys-apps/elfix )" RDEPEND="${CDEPEND} - elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )" + elibc_glibc? ( >=sys-libs/glibc-2.6 )" # Disable warnings about executable stacks, as this won't be fixed soon by upstream QA_EXECSTACK="usr/bin/sbcl" |