Commit 21385a9e authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

README.rst: move from PORTDIR_OVERLAY to /etc/portage/repos.conf mechanism

Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/435

Signed-off-by: default avatarSergei Trofimovich <siarheit@google.com>
parent cf2fb8e8
......@@ -61,7 +61,9 @@ single haskell ebuild from hackage::
$ cd my-ovl
$ mkdir metadata
$ echo 'masters = gentoo' > metadata/layout.conf
$ echo 'PORTDIR_OVERLAY="'$(pwd) '${PORTDIR_OVERLAY}"' >> /etc/portage/make.conf
# register an overlay in /etc/portage/repos.conf:
$ echo '[my-ovl]' >> /etc/portage/repos.conf
$ echo "location = $(pwd)" >> /etc/portage/repos.conf
# haskell-specific stuff
$ hackport -p . update
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment