From 154d2cb0b6af27c1c13b834281f97f82c76ed8d1 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sun, 19 May 2024 20:20:54 -0400 Subject: app-portage/puppy: sync live, use official repo Signed-off-by: Julien Roy --- app-portage/puppy/puppy-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-portage') diff --git a/app-portage/puppy/puppy-9999.ebuild b/app-portage/puppy/puppy-9999.ebuild index 182b948..6f65729 100644 --- a/app-portage/puppy/puppy-9999.ebuild +++ b/app-portage/puppy/puppy-9999.ebuild @@ -11,8 +11,7 @@ DESCRIPTION="Utility for compiling packages on remote hosts using Portage" HOMEPAGE="https://gitlab.com/doasu/puppy" if [[ ${PV} == 9999 ]]; then - # Use my fork for now - EGIT_REPO_URI="https://gitlab.com/MrRoy3/${PN}.git" + EGIT_REPO_URI="https://gitlab.com/doasu/${PN}.git" inherit git-r3 else SRC_URI="https://gitlab.com/doasu/${PN}/-/archive/${PV}/${P}.tar.bz2" @@ -34,10 +33,11 @@ RDEPEND=" DEPEND="${RDEPEND}" src_install() { - python_domodule server_request.py + python_domodule _common.py + python_domodule _request.py if use server; then - python_doscript portage_server.py + python_doscript puppyd fi if use client; then -- cgit v1.2.3