Gentoo Archives: gentoo-commits

From: Paul Varner <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: bin/
Date: Tue, 28 Feb 2012 21:45:04
Message-Id: 1329781298.1d8c4a9364f963af09bec98d97cfeca35cd3c332.fuzzyray@gentoo
1 commit: 1d8c4a9364f963af09bec98d97cfeca35cd3c332
2 Author: Paul Varner <fuzzyray <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 20 23:41:38 2012 +0000
4 Commit: Paul Varner <fuzzyray <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 20 23:41:38 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=1d8c4a93
7
8 Update the comment for setting the overlay name.
9
10 ---
11 bin/euse | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/bin/euse b/bin/euse
15 index 6d3f811..1ce2076 100755
16 --- a/bin/euse
17 +++ b/bin/euse
18 @@ -387,7 +387,7 @@ get_useflaglist_ebuild() {
19 if [[ -s "${portdir}/profiles/repo_name" ]]; then
20 overlay="$(cat "${portdir}/profiles/repo_name")"
21 else
22 - # XXX: May be better to use full path
23 + # XXX: Portage uses "x-<basename of the overlay>
24 overlay="x-$(basename "${portdir}")"
25 fi
26 # Open the ebuild file and retrieve defined USE flags