aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Horodniceanu <a.horodniceanu@proton.me>2024-05-02 19:34:41 +0300
committerAndrei Horodniceanu <a.horodniceanu@proton.me>2024-05-02 19:34:41 +0300
commit196bf5ebea00e9621d54ccb7ac6be9ab7f4b451b (patch)
tree13fc8ac1bef2d26614ce471e7ddbbbf97dd3ab25
parentdev-util/dcd: add 0.16.0_beta2 (diff)
downloaddlang-196bf5ebea00e9621d54ccb7ac6be9ab7f4b451b.tar.gz
dlang-196bf5ebea00e9621d54ccb7ac6be9ab7f4b451b.tar.bz2
dlang-196bf5ebea00e9621d54ccb7ac6be9ab7f4b451b.zip
dev-util/dfmt: reorder variables to please pkgcheck
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
-rw-r--r--dev-util/dfmt/dfmt-0.15.1-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-util/dfmt/dfmt-0.15.1-r1.ebuild b/dev-util/dfmt/dfmt-0.15.1-r1.ebuild
index 323b33f..a5aea5d 100644
--- a/dev-util/dfmt/dfmt-0.15.1-r1.ebuild
+++ b/dev-util/dfmt/dfmt-0.15.1-r1.ebuild
@@ -5,10 +5,7 @@ EAPI=8
DESCRIPTION="Dfmt is a formatter for D source code"
HOMEPAGE="https://github.com/dlang-community/dfmt"
-LICENSE="Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
LIBDPARSE="fe6d1e38fb4fc04323170389cfec67ed7fd4e24a"
ALLOCATOR="ae237cabd1843774cc78aad0729c914a3dd579db"
SRC_URI="
@@ -16,6 +13,10 @@ SRC_URI="
https://github.com/dlang-community/libdparse/archive/${LIBDPARSE}.tar.gz -> libdparse-${LIBDPARSE}.tar.gz
https://github.com/dlang-community/stdx-allocator/archive/${ALLOCATOR}.tar.gz -> stdx-allocator-${ALLOCATOR}.tar.gz
"
+LICENSE="Boost-1.0"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
DLANG_COMPAT=( dmd-2_{106..107} gdc-13 ldc2-1_{35..36} )