summaryrefslogtreecommitdiff
blob: 108ce47fcb1ee8634ae931faafa030d90a65247c (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2009-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EDITOR_VAR="QT_API"
EDITOR_ENVFILE="/etc/env.d/99qtpy"
EDITOR_LIST="pyqt5:/usr/bin/pyrcc5 pyside2:/usr/include/PySide2/QtCore/pyside2_qtcore_python.h"

inherit editor-variable

DESCRIPTION="Manage the ${EDITOR_VAR} environment variable"
MAINTAINER="andrewammerlaan@riseup.net"