mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
do_sqlite3: pkgcheck fixes
This commit is contained in:
parent
e776937e66
commit
4faf0b6d19
1 changed files with 3 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue