Merge updates from master

This commit is contained in:
Repository mirror & CI
2021-04-08 18:04:54 +00:00
2 changed files with 6 additions and 2 deletions

View File

@@ -18,6 +18,8 @@ LICENSE="MIT"
KEYWORDS="~amd64 ~x86 "
SLOT="0"
RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]"
distutils_enable_tests pytest
# doc directory is not included in the release tarball for some reason
#distutils_enable_sphinx doc \

View File

@@ -24,7 +24,6 @@ RESTRICT="test"
IUSE="gnome-keyring"
RDEPEND="
dev-qt/linguist-tools:5
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -36,7 +35,10 @@ RDEPEND="
app-crypt/libsecret
)
"
DEPEND="${RDEPEND}"
DEPEND="
${RDEPEND}
dev-qt/linguist-tools:5
"
src_unpack() {
unpack "${P}.tar.gz"