py-elftools went python3-only
This commit is contained in:
parent
3398279b30
commit
7f2112b748
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2030 2020/10/23 02:11:00 afresh1 Exp $
|
||||
# $OpenBSD: Makefile,v 1.2031 2020/10/30 20:12:34 jasper Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += 64tass
|
||||
@ -1438,7 +1438,6 @@
|
||||
SUBDIR += py-easyprocess,python3
|
||||
SUBDIR += py-editdist
|
||||
SUBDIR += py-efilter
|
||||
SUBDIR += py-elftools
|
||||
SUBDIR += py-elftools,python3
|
||||
SUBDIR += py-entrypoints
|
||||
SUBDIR += py-entrypoints,python3
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1078 2020/10/29 13:46:27 martin Exp $
|
||||
# $OpenBSD: Makefile,v 1.1079 2020/10/30 20:12:34 jasper Exp $
|
||||
|
||||
COMMENT = exceptions to pkg_add rules
|
||||
CATEGORIES = devel databases
|
||||
DISTFILES =
|
||||
|
||||
# API.rev
|
||||
PKGNAME = quirks-3.470
|
||||
PKGNAME = quirks-3.471
|
||||
PKG_ARCH = *
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/perl
|
||||
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Quirks.pm,v 1.1096 2020/10/29 13:46:27 martin Exp $
|
||||
# $OpenBSD: Quirks.pm,v 1.1097 2020/10/30 20:12:35 jasper Exp $
|
||||
#
|
||||
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -500,6 +500,7 @@ my $stem_extensions = {
|
||||
'py-rrd' => 'py-rrdtool',
|
||||
'py-whisper' => 'py3-whisper',
|
||||
'py-carbon' => 'py3-carbon',
|
||||
'py-elftools' => 'py3-elftools',
|
||||
};
|
||||
|
||||
my $obsolete_reason = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user