Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/sqlite3/
Date: Thu, 08 Jul 2021 15:37:52
Message-Id: 1625758629.19b02c4719347dbee127e75a5c20a94413274212.flow@gentoo
1 commit: 19b02c4719347dbee127e75a5c20a94413274212
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 15:37:09 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 15:37:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b02c47
7
8 dev-erlang/sqlite3: Stabilize 1.1.12 amd64 x86, #801088
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 dev-erlang/sqlite3/sqlite3-1.1.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-erlang/sqlite3/sqlite3-1.1.12.ebuild b/dev-erlang/sqlite3/sqlite3-1.1.12.ebuild
16 index 548d98a184c..6b3b90483ca 100644
17 --- a/dev-erlang/sqlite3/sqlite3-1.1.12.ebuild
18 +++ b/dev-erlang/sqlite3/sqlite3-1.1.12.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/processone/${MY_PN}/archive/${PV}.tar.gz
20
21 LICENSE="ErlPL-1.1"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
24 +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~sparc x86"
25
26 DEPEND=">=dev-lang/erlang-17.1
27 dev-db/sqlite:3"