diff options
author | 2023-03-11 08:39:40 +0100 | |
---|---|---|
committer | 2023-03-11 09:25:38 +0100 | |
commit | 91b4c5118f15fa1a2b819a21ed94af93891ae876 (patch) | |
tree | 7198acf11c40ee4fd45d27014a35b3161e171353 /dev-ruby | |
parent | dev-ruby/pkg-config: enable ruby32 (diff) | |
download | gentoo-91b4c5118f15fa1a2b819a21ed94af93891ae876.tar.gz gentoo-91b4c5118f15fa1a2b819a21ed94af93891ae876.tar.bz2 gentoo-91b4c5118f15fa1a2b819a21ed94af93891ae876.zip |
dev-ruby/pkg-config: update HOMEPAGE
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/pkg-config/metadata.xml | 3 | ||||
-rw-r--r-- | dev-ruby/pkg-config/pkg-config-1.5.1.ebuild | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-ruby/pkg-config/metadata.xml b/dev-ruby/pkg-config/metadata.xml index 3d83cf882827..91e59e9e6f53 100644 --- a/dev-ruby/pkg-config/metadata.xml +++ b/dev-ruby/pkg-config/metadata.xml @@ -10,6 +10,7 @@ <name>Gentoo Ruby Project</name> </maintainer> <upstream> - <remote-id type="github">rcairo/pkg-config</remote-id> + <remote-id type="github">ruby-gnome/pkg-config</remote-id> + <remote-id type="rubygems">pkg-config</remote-id> </upstream> </pkgmetadata> diff --git a/dev-ruby/pkg-config/pkg-config-1.5.1.ebuild b/dev-ruby/pkg-config/pkg-config-1.5.1.ebuild index 45a2f9b1343b..862cf2a04dd2 100644 --- a/dev-ruby/pkg-config/pkg-config-1.5.1.ebuild +++ b/dev-ruby/pkg-config/pkg-config-1.5.1.ebuild @@ -9,7 +9,7 @@ RUBY_FAKEGEM_EXTRADOC="README.rdoc NEWS" inherit ruby-fakegem DESCRIPTION="A pkg-config implementation by Ruby" -HOMEPAGE="https://github.com/rcairo/pkg-config" +HOMEPAGE="https://github.com/ruby-gnome/pkg-config" LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |