projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61885eb
)
Update the comment for setting the overlay name.
gentoolkit-0.3.0.5
author
Paul Varner
<fuzzyray@gentoo.org>
Mon, 20 Feb 2012 23:41:38 +0000
(17:41 -0600)
committer
Paul Varner
<fuzzyray@gentoo.org>
Mon, 20 Feb 2012 23:41:38 +0000
(17:41 -0600)
bin/euse
patch
|
blob
|
history
diff --git
a/bin/euse
b/bin/euse
index 6d3f811c0052639671c075936399dc00341ecd76..1ce2076d5f2e3c245f4ca0d2568170a481b4889e 100755
(executable)
--- a/
bin/euse
+++ b/
bin/euse
@@
-387,7
+387,7
@@
get_useflaglist_ebuild() {
if [[ -s "${portdir}/profiles/repo_name" ]]; then
overlay="$(cat "${portdir}/profiles/repo_name")"
else
- # XXX:
May be better to use full path
+ # XXX:
Portage uses "x-<basename of the overlay>
overlay="x-$(basename "${portdir}")"
fi
# Open the ebuild file and retrieve defined USE flags