diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:08:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:53:20 +0000 |
commit | b8e229d253534dd4d3f6ab0e2c962edb210c7b9c (patch) | |
tree | ef1f38e149e95ca29979b7c8fb2791a541607114 /dev-db/libdbi | |
parent | dev-db/libdbi-drivers: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-b8e229d253534dd4d3f6ab0e2c962edb210c7b9c.tar.gz gentoo-b8e229d253534dd4d3f6ab0e2c962edb210c7b9c.tar.bz2 gentoo-b8e229d253534dd4d3f6ab0e2c962edb210c7b9c.zip |
dev-db/libdbi: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/libdbi')
-rw-r--r-- | dev-db/libdbi/libdbi-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/libdbi/libdbi-0.9.0.ebuild b/dev-db/libdbi/libdbi-0.9.0.ebuild index 694cc0c0822e..bc6daa9ac86e 100644 --- a/dev-db/libdbi/libdbi-0.9.0.ebuild +++ b/dev-db/libdbi/libdbi-0.9.0.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 @@ -11,7 +11,7 @@ HOMEPAGE="http://libdbi.sourceforge.net/" LICENSE="LGPL-2.1" IUSE="doc static-libs" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" SLOT=0 DOCS=( AUTHORS ChangeLog README README.osx TODO ) |