Skip to content

Commit

Permalink
app-doc/devmanual: Add note how to make the tarball
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Jan 18, 2021
1 parent fcd86f8 commit 1716131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-doc/devmanual/devmanual-0_pre20210118.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/devmanual.git"
else
# "make dist" in devmanual repo
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
S="${WORKDIR}/${PN}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
Expand Down
1 change: 1 addition & 0 deletions app-doc/devmanual/devmanual-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/devmanual.git"
else
# "make dist" in devmanual repo
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
S="${WORKDIR}/${PN}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
Expand Down

0 comments on commit 1716131

Please sign in to comment.