Add gambatte-qt

This commit is contained in:
rsadowski 2020-08-30 20:21:55 +00:00
parent 24e6155b0b
commit cf92d0a790
2 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.1024 2020/08/30 10:11:03 bentley Exp $ # $OpenBSD: Makefile,v 1.1025 2020/08/30 20:21:55 rsadowski Exp $
COMMENT = exceptions to pkg_add rules COMMENT = exceptions to pkg_add rules
CATEGORIES = devel databases CATEGORIES = devel databases
DISTFILES = DISTFILES =
# API.rev # API.rev
PKGNAME = quirks-3.416 PKGNAME = quirks-3.417
PKG_ARCH = * PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org> MAINTAINER = Marc Espie <espie@openbsd.org>

View File

@ -1,7 +1,7 @@
#! /usr/bin/perl #! /usr/bin/perl
# ex:ts=8 sw=4: # ex:ts=8 sw=4:
# $OpenBSD: Quirks.pm,v 1.1042 2020/08/30 10:11:03 bentley Exp $ # $OpenBSD: Quirks.pm,v 1.1043 2020/08/30 20:21:55 rsadowski Exp $
# #
# Copyright (c) 2009 Marc Espie <espie@openbsd.org> # Copyright (c) 2009 Marc Espie <espie@openbsd.org>
# #
@ -1802,6 +1802,7 @@ my $obsolete_reason = {
'go-check-v1' => 7, 'go-check-v1' => 7,
'freemat' => 6, 'freemat' => 6,
'scim-qtimm' => 6, 'scim-qtimm' => 6,
'gambatte-qt' => 6,
}; };
# reasons for obsolete packages # reasons for obsolete packages