From 8c1bee2c7f7102e1abc6d89be5bda1ac13f2c55f Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:20:59 +0300 Subject: [PATCH] Switch gcc dependenency to gcc-libs --- pkg.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 1a5ea5b..1a7c733 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: libptytty description: An offspring of rxvt-unicode that handles pty/tty/utmp/wtmp/lastlog handling in mostly OS-independent ways version: 2.0 +revision: 2 url: http://software.schmorp.de/pkg/libptytty.html license: GPL2 architecture: any -depends: ["gcc"] +depends: ["gcc-libs"] make_depends: ["cmake"] type: source