diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-05 21:33:43 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-05 21:41:20 +0300 |
commit | 916b8189f5c21866867bc3df3365a309ecb401fe (patch) | |
tree | 456874120de3cb7c41cbe80bbd13dc9c5d675d8b /dev-db | |
parent | dev-db/libiodbc: Add ~riscv keyword (diff) | |
download | gentoo-916b8189f5c21866867bc3df3365a309ecb401fe.tar.gz gentoo-916b8189f5c21866867bc3df3365a309ecb401fe.tar.bz2 gentoo-916b8189f5c21866867bc3df3365a309ecb401fe.zip |
dev-db/unixODBC: Add ~riscv keyword
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.3.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.3.7.ebuild b/dev-db/unixODBC/unixODBC-2.3.7.ebuild index 9d67a0e25527..858335611362 100644 --- a/dev-db/unixODBC/unixODBC-2.3.7.ebuild +++ b/dev-db/unixODBC/unixODBC-2.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+minimal odbcmanual static-libs unicode" RDEPEND=" |