From 489f625ed29c0cf68f48a76a55e0b3268b446319 Mon Sep 17 00:00:00 2001
From: Luis Ressel <aranea@aixah.de>
Date: Sun, 21 Jul 2019 19:31:17 +0200
Subject: [PATCH] system/adelie-base-posix: Depend on utmps

---
 system/adelie-base/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/adelie-base/APKBUILD b/system/adelie-base/APKBUILD
index 766378d3d1..d432f71387 100644
--- a/system/adelie-base/APKBUILD
+++ b/system/adelie-base/APKBUILD
@@ -72,7 +72,7 @@ doc() {
 posix() {
 	# We pull in vim for /usr/bin/ex, until apk has an alternatives system
 	depends="adelie-base at bc cflow cxref ed fcron heirloom-devtools
-		heirloom-pax mailx mawk uucp vim"
+		heirloom-pax mailx mawk uucp utmps vim"
 	pkgdesc="$pkgdesc - Additional POSIX tools"
 	mkdir -p "$subpkgdir"
 	return 0
-- 
GitLab