diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-04-14 11:47:35 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-04-14 11:47:40 +0200 |
commit | 7df62c1bdc22ccc1d4e04f8ec6242eac02bfc1ba (patch) | |
tree | c9fba520685ec744c984962831520812d2096199 /net-im/biboumi | |
parent | dev-util/kbuild: fix compilation on x86 (diff) | |
download | gentoo-7df62c1bdc22ccc1d4e04f8ec6242eac02bfc1ba.tar.gz gentoo-7df62c1bdc22ccc1d4e04f8ec6242eac02bfc1ba.tar.bz2 gentoo-7df62c1bdc22ccc1d4e04f8ec6242eac02bfc1ba.zip |
net-im/biboumi: stabilize 9.0-r4 for amd64
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-im/biboumi')
-rw-r--r-- | net-im/biboumi/biboumi-9.0-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/biboumi/biboumi-9.0-r4.ebuild b/net-im/biboumi/biboumi-9.0-r4.ebuild index 2c45760b3892..1ee7780ceb04 100644 --- a/net-im/biboumi/biboumi-9.0-r4.ebuild +++ b/net-im/biboumi/biboumi-9.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2022 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://git.louiz.org/biboumi/snapshot/biboumi-${MY_PV}.tar.xz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="+idn postgres +sqlite +ssl systemd test udns" RESTRICT="!test? ( test )" |