diff options
author | 2020-03-28 12:31:24 +0100 | |
---|---|---|
committer | 2020-03-28 12:41:00 +0100 | |
commit | 410485e1760ed0e99c964f9fe853164d6b0f2c51 (patch) | |
tree | a214a65a89910fa3b12173fef0643efa016872e7 /dev-qt/qtscxml | |
parent | dev-python/passlib: Remove redundant longdesc (diff) | |
download | gentoo-410485e1760ed0e99c964f9fe853164d6b0f2c51.tar.gz gentoo-410485e1760ed0e99c964f9fe853164d6b0f2c51.tar.bz2 gentoo-410485e1760ed0e99c964f9fe853164d6b0f2c51.zip |
dev-qt: Security cleanup Qt 5.13.2 all KEYWORDS except for arm/~arm
Drop all packages ending up without KEYWORDS.
Bug: https://bugs.gentoo.org/699328
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.13.2.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest index d6c0402b9c39..349c3583d248 100644 --- a/dev-qt/qtscxml/Manifest +++ b/dev-qt/qtscxml/Manifest @@ -1,2 +1 @@ -DIST qtscxml-everywhere-src-5.13.2.tar.xz 435428 BLAKE2B d8989c345b1877329c485347f8f953dc07c502baadce916111b2f25cd48e8a60db4ee9b5de379d17662f520b66bf55b5c11f8132386250353b5c7aaf1f258199 SHA512 d1dd4752983c35bb899882197098579ad7221039369f550290e1044fed6aa68f4da5d0c9969980ca3a63180d5d3e5f3ac208723ad80e8b71cd84cd86312ab453 DIST qtscxml-everywhere-src-5.14.1.tar.xz 433256 BLAKE2B 539b064f74527f87bffca266c4a1d6c26b031f0370e0af2ebadad46d0335b0d341cca9398105b929effb026fb93b77f2c368f025627fb81cdbc9b08b28d4f905 SHA512 92facdc089f7d8c5521617d3080964a12df26e8b34c194be3c9307b412606548d8fda66d401fc6d93f71fed7f1bc7d075f797d4ab27de0ff603608d9b5601c25 diff --git a/dev-qt/qtscxml/qtscxml-5.13.2.ebuild b/dev-qt/qtscxml/qtscxml-5.13.2.ebuild deleted file mode 100644 index 5585487c79e4..000000000000 --- a/dev-qt/qtscxml/qtscxml-5.13.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit qt5-build - -DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm64 ~x86" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} -" -RDEPEND="${DEPEND}" |