diff options
-rw-r--r-- | dev-erlang/sqlite3/sqlite3-1.1.13.ebuild | 4 | ||||
-rw-r--r-- | dev-erlang/sqlite3/sqlite3-1.1.14.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-erlang/sqlite3/sqlite3-1.1.13.ebuild b/dev-erlang/sqlite3/sqlite3-1.1.13.ebuild index 589eb1e9ffdd..dbff99e4baee 100644 --- a/dev-erlang/sqlite3/sqlite3-1.1.13.ebuild +++ b/dev-erlang/sqlite3/sqlite3-1.1.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1 dev-db/sqlite:3" diff --git a/dev-erlang/sqlite3/sqlite3-1.1.14.ebuild b/dev-erlang/sqlite3/sqlite3-1.1.14.ebuild index f2a4f69c57f7..8f5bd7bc8736 100644 --- a/dev-erlang/sqlite3/sqlite3-1.1.14.ebuild +++ b/dev-erlang/sqlite3/sqlite3-1.1.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="ErlPL-1.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~sparc ~x86" DEPEND=">=dev-lang/erlang-17.1 dev-db/sqlite:3" |