aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Horodniceanu <a.horodniceanu@proton.me>2024-05-03 18:36:16 +0300
committerAndrei Horodniceanu <a.horodniceanu@proton.me>2024-05-03 18:36:16 +0300
commit34238a9db6bed8c394929ebae219c8859228350f (patch)
tree71bd8a6c3a54b24b4eada8d478dacbc1d656662f /net-misc
parentdev-util/serve-d: enable ldc2-1_37 (diff)
downloaddlang-34238a9db6bed8c394929ebae219c8859228350f.tar.gz
dlang-34238a9db6bed8c394929ebae219c8859228350f.tar.bz2
dlang-34238a9db6bed8c394929ebae219c8859228350f.zip
net-misc/onedrive: reorder variables to please pkgcheck
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/onedrive/onedrive-2.4.25-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/onedrive/onedrive-2.4.25-r1.ebuild b/net-misc/onedrive/onedrive-2.4.25-r1.ebuild
index 668b493..8f5add8 100644
--- a/net-misc/onedrive/onedrive-2.4.25-r1.ebuild
+++ b/net-misc/onedrive/onedrive-2.4.25-r1.ebuild
@@ -5,11 +5,11 @@ EAPI=8
DESCRIPTION="Free Client for OneDrive on Linux"
HOMEPAGE="https://abraunegg.github.io/"
+SRC_URI="https://codeload.github.com/abraunegg/onedrive/tar.gz/v${PV} -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-SRC_URI="https://codeload.github.com/abraunegg/onedrive/tar.gz/v${PV} -> ${P}.tar.gz"
IUSE="debug libnotify"
DLANG_COMPAT=( dmd-2_{106..107} ldc2-1_{35..36} )