aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Frankenberger <simon@fraho.eu>2019-02-16 10:24:07 +0100
committerKevin Daudt <kdaudt@alpinelinux.org>2019-02-22 18:18:46 +0000
commitd94bcbec21466d748703eab38ddceebb06f2a076 (patch)
tree29a0d7ff6c9cc40dc1e8bc9e0f680ca3c0a7bcd4
parent9df8dd192eb3359cfe8f19c416cdfe384ad26937 (diff)
downloadaports-d94bcbec21466d748703eab38ddceebb06f2a076.tar.bz2
aports-d94bcbec21466d748703eab38ddceebb06f2a076.tar.xz
community/s-nail: Move from testing
This PR moves the s-nail aport from testing to community. I think this aport is stable enough to provide stable releases. Closes https://bugs.alpinelinux.org/issues/9919 Please also backport this change to 3.9
-rw-r--r--community/s-nail/APKBUILD (renamed from testing/s-nail/APKBUILD)2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/s-nail/APKBUILD b/community/s-nail/APKBUILD
index cf52844c9b..0b943ec14b 100644
--- a/testing/s-nail/APKBUILD
+++ b/community/s-nail/APKBUILD
@@ -27,7 +27,7 @@ build() {
VAL_IDNA=idn \
VAL_RANDOM="libgetrandom sysgetrandom urandom builtin" \
\
- config &&
+ config
make build # XXX unite with config in v14.9.12
}