diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-07-02 15:19:11 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-07-02 15:36:10 -0700 |
commit | 824ae6bb6a71b68f62064e9d5a4dbce09eeaa6aa (patch) | |
tree | 429cd65be02b868ede88907285574c45bc8014fe /gui-apps | |
parent | gui-libs/greetd: add QA_FLAGS_IGNORED (diff) | |
download | gentoo-824ae6bb6a71b68f62064e9d5a4dbce09eeaa6aa.tar.gz gentoo-824ae6bb6a71b68f62064e9d5a4dbce09eeaa6aa.tar.bz2 gentoo-824ae6bb6a71b68f62064e9d5a4dbce09eeaa6aa.zip |
gui-apps/tuigreet: add ~ppc64 keyword
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, 1 insertions, 1 deletions
diff --git a/gui-apps/tuigreet/tuigreet-0_pre20200702.ebuild b/gui-apps/tuigreet/tuigreet-0_pre20200702.ebuild index bb8d873b70ce..37b6b511189b 100644 --- a/gui-apps/tuigreet/tuigreet-0_pre20200702.ebuild +++ b/gui-apps/tuigreet/tuigreet-0_pre20200702.ebuild @@ -56,6 +56,6 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="Apache-2.0 Boost-1.0 GPL-3 MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc64" RDEPEND="gui-libs/greetd" |