Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Use a generic ABI that will work on all target
Baptiste Daroussin committed 11 years ago
commit 52558638715f4281578844ec9b1b6f3e688ae38b
parent 823379d
1 file changed +3 -2
modified tests/frontend/create.shin
@@ -15,6 +15,7 @@ categories: [test]
comment: a test
www: http://test
prefix: /
+
abi = "*";
desc: <<EOD
Yet another test
EOD
@@ -339,8 +340,8 @@ version = "1";
comment = "a test";
maintainer = "test";
www = "http://test";
-
abi = "FreeBSD:11:amd64";
-
arch = "freebsd:11:x86:64";
+
abi = "*";
+
arch = "*";
prefix = "/";
flatsize = 0;
desc = "Yet another test";