diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-01 17:37:57 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-01 17:37:57 +0000 |
commit | 167c9e71770bd2b838b7eaab9c0098dc22cb0e6c (patch) | |
tree | cf3fc21525be1dfc66cccda1aca585fc404ea43e /sys-libs | |
parent | app-doc/devmanual: Depend on Python only if USE=-offline (diff) | |
download | gentoo-167c9e71770bd2b838b7eaab9c0098dc22cb0e6c.tar.gz gentoo-167c9e71770bd2b838b7eaab9c0098dc22cb0e6c.tar.bz2 gentoo-167c9e71770bd2b838b7eaab9c0098dc22cb0e6c.zip |
sys-libs/db: Stabilize 4.8.30-r9 x86, #942380
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/db-4.8.30-r9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/db/db-4.8.30-r9.ebuild b/sys-libs/db/db-4.8.30-r9.ebuild index fdb3b45684d6..1905edf0726f 100644 --- a/sys-libs/db/db-4.8.30-r9.ebuild +++ b/sys-libs/db/db-4.8.30-r9.ebuild @@ -27,7 +27,7 @@ done LICENSE="Sleepycat" SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="doc cxx tcl test" RESTRICT="!test? ( test )" REQUIRED_USE="test? ( tcl )" |