diff options
author | 2022-09-28 22:05:36 +0300 | |
---|---|---|
committer | 2022-09-28 22:05:36 +0300 | |
commit | 879c39e34780fae1ee6785a139d0d3b4d0db396e (patch) | |
tree | f153df8ccfbb051ba5d8173f2c125791584c4c1a /sys-auth/seatd | |
parent | dev-python/pyfuse3: Bump to 3.2.2 (diff) | |
download | gentoo-879c39e34780fae1ee6785a139d0d3b4d0db396e.tar.gz gentoo-879c39e34780fae1ee6785a139d0d3b4d0db396e.tar.bz2 gentoo-879c39e34780fae1ee6785a139d0d3b4d0db396e.zip |
sys-auth/seatd: Keyword 0.7.0-r1 ppc, #873322
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-auth/seatd')
-rw-r--r-- | sys-auth/seatd/seatd-0.7.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/seatd/seatd-0.7.0-r1.ebuild b/sys-auth/seatd/seatd-0.7.0-r1.ebuild index c21c52384655..c3b5cd64ad2d 100644 --- a/sys-auth/seatd/seatd-0.7.0-r1.ebuild +++ b/sys-auth/seatd/seatd-0.7.0-r1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd" else - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT" |