diff options
| author | Hans de Graaff <graaff@gentoo.org> | 2021-03-08 12:09:17 +0100 |
|---|---|---|
| committer | Hans de Graaff <graaff@gentoo.org> | 2021-03-08 12:09:30 +0100 |
| commit | fec067921d96e1e5b9d9a77c8715aabfe4778d8a (patch) | |
| tree | c907b0ad6240647cc640ad9ca2bd0c44eb46de8b /dev-ruby/coderay/coderay-1.1.3-r1.ebuild | |
| parent | 6765392f93bd1c245ad227131d595635b2ff40ec (diff) | |
| download | gentoo-fec067921d96e1e5b9d9a77c8715aabfe4778d8a.tar.gz gentoo-fec067921d96e1e5b9d9a77c8715aabfe4778d8a.tar.bz2 gentoo-fec067921d96e1e5b9d9a77c8715aabfe4778d8a.zip | |
dev-ruby/coderay: fix tests with ruby30
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/coderay/coderay-1.1.3-r1.ebuild')
| -rw-r--r-- | dev-ruby/coderay/coderay-1.1.3-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ruby/coderay/coderay-1.1.3-r1.ebuild b/dev-ruby/coderay/coderay-1.1.3-r1.ebuild index d940e89b4842..7d653974d29e 100644 --- a/dev-ruby/coderay/coderay-1.1.3-r1.ebuild +++ b/dev-ruby/coderay/coderay-1.1.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" +USE_RUBY="ruby25 ruby26 ruby27" # The test target also contains test:exe but that requires # shoulda-context which we do not have packaged yet. @@ -27,6 +27,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" +PATCHES=("${FILESDIR}/${P}-ruby30.patch") + # Redcloth is an optional but automagically tested dependency. This # requires redcloth-4.2.2. We don't depend on this version to make # bootstrapping rspec with new versions easier, since redcloth depends |
