projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db07995
)
dev-lang/mercury-extras: fix precedence of mercury-pkgs
author
Keri Harris
<keri@gentoo.org>
Tue, 17 Jul 2018 11:57:54 +0000
(13:57 +0200)
committer
Keri Harris
<keri@gentoo.org>
Tue, 17 Jul 2018 11:58:37 +0000
(13:58 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild
b/dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild
index d18808de18d35a9c397423366bfa7d9c0b9526ca..9d5d603fcfef5755327773e01cb2a4233db19110 100644
(file)
--- a/
dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild
+++ b/
dev-lang/mercury-extras/mercury-extras-14.01.1.ebuild
@@
-57,7
+57,7
@@
mercury_pkgs()
$(use glut && echo graphics/mercury_glut)
$(use opengl && echo graphics/mercury_opengl)
$(use tcl && use tk && echo graphics/mercury_tcltk)
- $(use odbc && echo odbc ||
use iodbc && echo odbc
)
+ $(use odbc && echo odbc ||
(use iodbc && echo odbc)
)
$(has_version dev-lang/mercury[trail] && echo references)
$(usev xml)"
}