diff options
author | David Seifert <soap@gentoo.org> | 2022-03-03 22:17:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:17:16 +0100 |
commit | b596fcf4ae43c6f1bd4ab314909eb2e2f64b9977 (patch) | |
tree | 89fe19566d0ffa0a2b38edf68a72fa6393dc1252 /app-mobilephone | |
parent | app-crypt/mit-krb5: destabilise for ppc (diff) | |
download | gentoo-b596fcf4ae43c6f1bd4ab314909eb2e2f64b9977.tar.gz gentoo-b596fcf4ae43c6f1bd4ab314909eb2e2f64b9977.tar.bz2 gentoo-b596fcf4ae43c6f1bd4ab314909eb2e2f64b9977.zip |
app-mobilephone/gnokii: destabilize 0.6.31-r4 for ~ppc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild b/app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild index 9e747c910869..263aa6dc8551 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.31-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 else SRC_URI="https://www.gnokii.org/download/${PN}/${P}.tar.bz2" - KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="amd64 ~hppa ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" fi DESCRIPTION="User space driver and tools for use with mobile phones" |