do_sqlite3: pkgcheck fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-05-03 15:25:51 -04:00
parent e776937e66
commit 4faf0b6d19
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
USE_RUBY="ruby31 ruby32"
@ -11,7 +11,7 @@ RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="ChangeLog.markdown README.markdown"
RUBY_FAKEGEM_EXTENSIONS=(ext/do_sqlite3/extconf.rb)
inherit multilib ruby-fakegem
inherit ruby-fakegem
DESCRIPTION="Implements the DataObjects API for Sqlite3"
HOMEPAGE="http://rubygems.org/gems/do_sqlite3"
@ -19,7 +19,6 @@ HOMEPAGE="http://rubygems.org/gems/do_sqlite3"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# Specs depend on spec files from data_objects, which we no longer
# install by default.