diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-03 17:47:27 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-09 17:45:14 +0300 |
commit | c20727201a7a8aa150c47baead2f718ff97bd539 (patch) | |
tree | 25d0c065b09fee2324efb7b9ca67d61da42d2b8d /sci-chemistry/elem | |
parent | sci-chemistry/easychem: destabilize for ~x86 (diff) | |
download | gentoo-c20727201a7a8aa150c47baead2f718ff97bd539.tar.gz gentoo-c20727201a7a8aa150c47baead2f718ff97bd539.tar.bz2 gentoo-c20727201a7a8aa150c47baead2f718ff97bd539.zip |
sci-chemistry/elem: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-chemistry/elem')
-rw-r--r-- | sci-chemistry/elem/elem-1.0.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/elem/elem-1.0.3-r2.ebuild b/sci-chemistry/elem/elem-1.0.3-r2.ebuild index d74c51bd8f06..9770c520f3f7 100644 --- a/sci-chemistry/elem/elem-1.0.3-r2.ebuild +++ b/sci-chemistry/elem/elem-1.0.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="http://elem.sourceforge.net/" SRC_URI="mirror://sourceforge/elem/${PN}-src-${PV}-Linux.tgz" LICENSE="GPL-2" -KEYWORDS="amd64 sparc x86" +KEYWORDS="amd64 sparc ~x86" SLOT="0" DEPEND="x11-libs/xforms" |