diff options
author | Sam James <sam@gentoo.org> | 2021-03-14 01:22:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-14 01:22:43 +0000 |
commit | 6948360350e6417ff75e1f1013570fee45b68b93 (patch) | |
tree | 9ffdf4e8d56f7f4c591c44d4286b83d1df3d75a0 /dev-ruby/ruby-poppler | |
parent | dev-ruby/ruby-libsecret: Stabilize 3.4.3 amd64, #774954 (diff) | |
download | gentoo-6948360350e6417ff75e1f1013570fee45b68b93.tar.gz gentoo-6948360350e6417ff75e1f1013570fee45b68b93.tar.bz2 gentoo-6948360350e6417ff75e1f1013570fee45b68b93.zip |
dev-ruby/ruby-poppler: Stabilize 3.4.3 amd64, #774954
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/ruby-poppler')
-rw-r--r-- | dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild b/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild index 6d6ee1d4e51f..02da7ae88f9f 100644 --- a/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild +++ b/dev-ruby/ruby-poppler/ruby-poppler-3.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ USE_RUBY="ruby24 ruby25 ruby26 ruby27" inherit ruby-ng-gnome2 DESCRIPTION="Ruby poppler-glib bindings" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" RDEPEND+=" app-text/poppler[cairo,introspection]" |