commit:     2faf7ff6d7048c2cbf9989e1e66dd186f49130fc
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Oct 10 22:20:57 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Oct 10 22:22:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2faf7ff6

net-proxy/byedpi: fix VariableOrderWrong

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-proxy/byedpi/byedpi-0.14.1.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-proxy/byedpi/byedpi-0.14.1.ebuild 
b/net-proxy/byedpi/byedpi-0.14.1.ebuild
index 749bd26c4..5c706bdf4 100644
--- a/net-proxy/byedpi/byedpi-0.14.1.ebuild
+++ b/net-proxy/byedpi/byedpi-0.14.1.ebuild
@@ -7,12 +7,11 @@ inherit systemd toolchain-funcs
 
 DESCRIPTION="Bypass DPI SOCKS proxy"
 HOMEPAGE="https://github.com/hufrea/byedpi/";
-
 SRC_URI="https://github.com/hufrea/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 src_prepare() {
        default
@@ -31,7 +30,5 @@ src_install() {
 
        newinitd "${FILESDIR}"/byedpi.initd byedpi
        newconfd "${FILESDIR}"/byedpi.confd byedpi
-# Replace distributed service file with working one
-#      systemd_dounit dist/linux/byedpi.service
        systemd_dounit "${FILESDIR}/${PN}.service"
 }

Reply via email to