diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-09-13 08:36:42 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-09-13 08:36:42 +0200 |
commit | ae62e89136d5416ae97ab2dc1fb094c3cb34bc1c (patch) | |
tree | 019663405af45247e36fdad89751d3fec05a0127 /dev-erlang | |
parent | dev-erlang/proper: amd64 stable wrt bug #694160 (diff) | |
download | gentoo-ae62e89136d5416ae97ab2dc1fb094c3cb34bc1c.tar.gz gentoo-ae62e89136d5416ae97ab2dc1fb094c3cb34bc1c.tar.bz2 gentoo-ae62e89136d5416ae97ab2dc1fb094c3cb34bc1c.zip |
dev-erlang/sqlite3: amd64 stable wrt bug #694160
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-erlang')
-rw-r--r-- | dev-erlang/sqlite3/sqlite3-1.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-erlang/sqlite3/sqlite3-1.1.6.ebuild b/dev-erlang/sqlite3/sqlite3-1.1.6.ebuild index daf585d02438..a735b1995a50 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" |