commit:     e0b57b5ba1824d71bba46e4df4d042ec9d1afd1d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 14 02:17:47 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 14 02:17:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b57b5b

net-misc/onedrive: small style tweaks

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/onedrive/onedrive-2.5.5.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/onedrive/onedrive-2.5.5.ebuild 
b/net-misc/onedrive/onedrive-2.5.5.ebuild
index 501f32824e6e..fb4dfa34425c 100644
--- a/net-misc/onedrive/onedrive-2.5.5.ebuild
+++ b/net-misc/onedrive/onedrive-2.5.5.ebuild
@@ -8,14 +8,14 @@ inherit shell-completion systemd toolchain-funcs
 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"
 
+LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="libnotify"
 # Barely any tests that require manually building.
 # Manual testing seems to be the best approach
-RESTRICT=test
+RESTRICT="test"
 
 RDEPEND="
        >=dev-db/sqlite-3.7.15:3
@@ -50,7 +50,7 @@ src_configure() {
        DCFLAGS="${GDCFLAGS}"
        # libphobos does not provide any backwards compatibility guarantees.
        # Until the gcc dependency in properly slotted and a USE-expand flag
-       # is added use static linking.
+       # is added, use static linking.
        DCFLAGS+=" -static-libphobos ${LDFLAGS}"
        export DCFLAGS
 
@@ -70,7 +70,7 @@ src_configure() {
 }
 
 src_compile() {
-       # Avoid overwritting user flags
+       # Avoid overwriting user flags
        emake DCFLAGS="${DCFLAGS}"
 }
 

Reply via email to