diff options
author | Anselm Busse <anselm.busse@outlook.com> | 2017-07-25 15:46:27 +0200 |
---|---|---|
committer | Anselm Busse <anselm.busse@outlook.com> | 2017-07-25 15:46:27 +0200 |
commit | d3e6373d3733fe46fd2ca490f949b700303c0f48 (patch) | |
tree | 36ae87e2382181031f2154557cdfa040ce2974a0 /dev-rust | |
parent | get cargo update from tree but target virtual/rust (diff) | |
download | rust-d3e6373d3733fe46fd2ca490f949b700303c0f48.tar.gz rust-d3e6373d3733fe46fd2ca490f949b700303c0f48.tar.bz2 rust-d3e6373d3733fe46fd2ca490f949b700303c0f48.zip |
The GitHub repository in the ebuild is no longer available and was replaced by the current one.
Diffstat (limited to 'dev-rust')
-rw-r--r-- | dev-rust/rust-bindgen/rust-bindgen-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild b/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild index ea1e372..2dea539 100644 --- a/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild +++ b/dev-rust/rust-bindgen/rust-bindgen-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils git-r3 DESCRIPTION="A binding generator for the rust language" -HOMEPAGE="https://github.com/crabtw/rust-bindgen" +HOMEPAGE="https://github.com/servo/rust-bindgen" LICENSE="BSD" SLOT="0" @@ -14,7 +14,7 @@ KEYWORDS="" IUSE="" -EGIT_REPO_URI="https://github.com/crabtw/rust-bindgen.git" +EGIT_REPO_URI="https://github.com/servo/rust-bindgen.git" DEPEND=">=virtual/rust-999 dev-util/cargo |