diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-07-02 15:28:26 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-07-02 15:36:11 -0700 |
commit | 1051d46803ddc3284188b12b34bfc53cd06c30dc (patch) | |
tree | 16f9cbd16989cdb6f962ee942c4aaad09cdc1fa4 /gui-apps | |
parent | gui-apps/tuigreet: add missing crate dep (diff) | |
download | gentoo-1051d46803ddc3284188b12b34bfc53cd06c30dc.tar.gz gentoo-1051d46803ddc3284188b12b34bfc53cd06c30dc.tar.bz2 gentoo-1051d46803ddc3284188b12b34bfc53cd06c30dc.zip |
gui-apps/tuigreet: add QA_FLAGS_IGNORED
PR: https://github.com/gentoo/gentoo/pull/16223
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/tuigreet/tuigreet-0_pre20200702.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui-apps/tuigreet/tuigreet-0_pre20200702.ebuild b/gui-apps/tuigreet/tuigreet-0_pre20200702.ebuild index 2c997de0e239..c2e80504bde2 100644 --- a/gui-apps/tuigreet/tuigreet-0_pre20200702.ebuild +++ b/gui-apps/tuigreet/tuigreet-0_pre20200702.ebuild @@ -55,6 +55,8 @@ SRC_URI="https://github.com/apognu/tuigreet/archive/${COMMIT}.tar.gz -> ${P}.tar $(cargo_crate_uris ${CRATES})" S="${WORKDIR}/${PN}-${COMMIT}" +QA_FLAGS_IGNORED="usr/bin/tuigreet" + LICENSE="Apache-2.0 Boost-1.0 GPL-3 MIT" SLOT="0" KEYWORDS="~amd64 ~ppc64" |