Skip to content

Commit

Permalink
Update package.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TApplencourt authored Apr 4, 2024
1 parent 60cba23 commit 589b76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/thapi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Thapi(AutotoolsPackage):
depends_on('ruby-nokogiri', type=('build'))
depends_on('ruby-cast-to-yaml', type=('build'))
depends_on('ruby-metababel@0.1.0:0.9', type=('build'), when='@:0.0.10')
depends_on('ruby-metababel@1.0.0:', type=('build'), when='@0.0.11:@master')
depends_on('ruby-metababel@1.0.0:', type=('build'), when='@0.0.11:@0.0.11')
depends_on('ruby-metababel@1.1.1:', type=('build'), when='@master')

depends_on('libiberty+pic')
Expand Down

0 comments on commit 589b76a

Please sign in to comment.