diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:52:12 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:46:04 +0300 |
commit | bb6fe3d69dae2cae1b2f89d4f02db19781c6c6da (patch) | |
tree | bd145e17c425d3c225e026e76e6c7824009e0068 /sci-libs/libdap | |
parent | sci-libs/libaec: destabilize for ~x86 (diff) | |
download | gentoo-bb6fe3d69dae2cae1b2f89d4f02db19781c6c6da.tar.gz gentoo-bb6fe3d69dae2cae1b2f89d4f02db19781c6c6da.tar.bz2 gentoo-bb6fe3d69dae2cae1b2f89d4f02db19781c6c6da.zip |
sci-libs/libdap: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/libdap')
-rw-r--r-- | sci-libs/libdap/libdap-3.20.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libdap/libdap-3.20.9.ebuild b/sci-libs/libdap/libdap-3.20.9.ebuild index 65d7d122dae2..94352c46f41f 100644 --- a/sci-libs/libdap/libdap-3.20.9.ebuild +++ b/sci-libs/libdap/libdap-3.20.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://www.opendap.org/pub/source/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 URI )" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="static-libs test" RESTRICT="!test? ( test )" |