diff --git a/dev-erlang/sqlite3/sqlite3-1.1.6.ebuild b/dev-erlang/sqlite3/sqlite3-1.1.6.ebuild index daf585d02438f..a735b1995a505 100644 --- a/dev-erlang/sqlite3/sqlite3-1.1.6.ebuild +++ b/dev-erlang/sqlite3/sqlite3-1.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/processone/${MY_PN}/archive/${PV}.tar.gz LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1 dev-db/sqlite:3"