Skip to content

Commit

Permalink
app-portage/gentoolkit-dev: fix reponame for Prefix users
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.2-prefix, Repoman-2.3.1
  • Loading branch information
grobian committed Jan 27, 2017
1 parent 27d2063 commit 3de405d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app-portage/gentoolkit-dev/gentoolkit-dev-0.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ src_prepare() {
-e "s:portage\.db\['/'\]:portage.db['${EPREFIX}/']:g" \
src/ekeyword/ekeyword.py \
|| die "failed to set EPREFIX in ekeyword"
# fix repo name
sed -i \
-e "s:repo='gentoo':repo='gentoo_prefix':g" \
src/ekeyword/ekeyword.py \
|| die "failed to set correct reponame in ekeyword"
fi
}

Expand Down

0 comments on commit 3de405d

Please sign in to comment.