summaryrefslogtreecommitdiff
path: root/app-eselect/eselect-QtPy/files/qtpy.eselect-1.0
diff options
context:
space:
mode:
Diffstat (limited to 'app-eselect/eselect-QtPy/files/qtpy.eselect-1.0')
-rw-r--r--app-eselect/eselect-QtPy/files/qtpy.eselect-1.011
1 files changed, 11 insertions, 0 deletions
diff --git a/app-eselect/eselect-QtPy/files/qtpy.eselect-1.0 b/app-eselect/eselect-QtPy/files/qtpy.eselect-1.0
new file mode 100644
index 000000000000..108ce47fcb1e
--- /dev/null
+++ b/app-eselect/eselect-QtPy/files/qtpy.eselect-1.0
@@ -0,0 +1,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"