projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b1c61a
)
dev-scheme/guile: change > to >= for slib
author
Amy Winston
<amynka@gentoo.org>
Fri, 5 Aug 2016 16:56:14 +0000
(18:56 +0200)
committer
Amy Winston
<amynka@gentoo.org>
Fri, 5 Aug 2016 16:56:14 +0000
(18:56 +0200)
Package-Manager: portage-2.2.28
dev-scheme/guile/guile-2.0.12.ebuild
patch
|
blob
|
history
diff --git
a/dev-scheme/guile/guile-2.0.12.ebuild
b/dev-scheme/guile/guile-2.0.12.ebuild
index b8fb41c397c64010714cbb9b4560a199757fb2a3..f20a70190435d94f66780dbe7b0800a64a0d0ef2 100644
(file)
--- a/
dev-scheme/guile/guile-2.0.12.ebuild
+++ b/
dev-scheme/guile/guile-2.0.12.ebuild
@@
-75,7
+75,7
@@
pkg_postinst() {
}
pkg_config() {
- if has_version '>dev-scheme/slib-3.2.4'; then
+ if has_version '>
=
dev-scheme/slib-3.2.4'; then
einfo "Registering slib with guile"
install_slib_for_guile
fi