summaryrefslogtreecommitdiff
path: root/bin/euse
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2012-02-20 17:41:38 -0600
committerPaul Varner <fuzzyray@gentoo.org>2012-02-20 17:41:38 -0600
commit1d8c4a9364f963af09bec98d97cfeca35cd3c332 (patch)
treec54d4ef1b37bc29f01926f6b006b6e43ea8f2226 /bin/euse
parent61885eb383f8fd1475ab9d68ee33c06740d1ab27 (diff)
downloadgentoolkit-1d8c4a9364f963af09bec98d97cfeca35cd3c332.tar.gz
Update the comment for setting the overlay name.
Diffstat (limited to 'bin/euse')
-rwxr-xr-xbin/euse2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/euse b/bin/euse
index 6d3f811..1ce2076 100755
--- 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