diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:08:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:53:24 +0000 |
commit | ffc0230a9bd9b01b85b6a9e3df90826790d669d6 (patch) | |
tree | 05642eb434600d30a90c1125960fd56be78fddbe | |
parent | dev-db/mysql-connector-c: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-ffc0230a9bd9b01b85b6a9e3df90826790d669d6.tar.gz gentoo-ffc0230a9bd9b01b85b6a9e3df90826790d669d6.tar.bz2 gentoo-ffc0230a9bd9b01b85b6a9e3df90826790d669d6.zip |
dev-db/qdbm: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-db/qdbm/qdbm-1.8.78-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/qdbm/qdbm-1.8.78-r2.ebuild b/dev-db/qdbm/qdbm-1.8.78-r2.ebuild index 6ca565cc881a..ca400e7d94c0 100644 --- a/dev-db/qdbm/qdbm-1.8.78-r2.ebuild +++ b/dev-db/qdbm/qdbm-1.8.78-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -13,7 +13,7 @@ SRC_URI="https://fallabs.com/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" IUSE="bzip2 cxx debug java lzo perl ruby static-libs zlib" RDEPEND="bzip2? ( app-arch/bzip2 ) |