diff options
author | Cynede <cynede@gentoo.org> | 2018-11-16 15:06:44 +0400 |
---|---|---|
committer | Cynede <cynede@gentoo.org> | 2018-11-16 15:06:44 +0400 |
commit | a9d61db860bf053a27794a9b985136180f76a7d5 (patch) | |
tree | 59f255e703c961749852e7cb4e522ef1aaae177a /dev-vcs/pijul | |
parent | resolve conflicts with tree versions (diff) | |
download | rust-a9d61db860bf053a27794a9b985136180f76a7d5.tar.gz rust-a9d61db860bf053a27794a9b985136180f76a7d5.tar.bz2 rust-a9d61db860bf053a27794a9b985136180f76a7d5.zip |
rework CARGO_FETCH_CRATES, remove fetch-crates use flag, bump cargo
Diffstat (limited to 'dev-vcs/pijul')
-rw-r--r-- | dev-vcs/pijul/metadata.xml | 3 | ||||
-rw-r--r-- | dev-vcs/pijul/pijul-0.10.0.ebuild | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/dev-vcs/pijul/metadata.xml b/dev-vcs/pijul/metadata.xml index 84ec848..6dc35bf 100644 --- a/dev-vcs/pijul/metadata.xml +++ b/dev-vcs/pijul/metadata.xml @@ -4,9 +4,6 @@ <maintainer type="person"> <email>o01eg@yandex.ru</email> </maintainer> - <use> - <flag name="fetch-crates">Crates will be fetched from crates.io.</flag> - </use> <longdescription lang="en"> Pijul is a free and open source (GPL2) distributed version control system. Its distinctive feature is to be based on a sound theory of patches, which makes it easy to learn and use, and really distributed. </longdescription> diff --git a/dev-vcs/pijul/pijul-0.10.0.ebuild b/dev-vcs/pijul/pijul-0.10.0.ebuild index 37ec16e..ca3a329 100644 --- a/dev-vcs/pijul/pijul-0.10.0.ebuild +++ b/dev-vcs/pijul/pijul-0.10.0.ebuild @@ -201,8 +201,6 @@ xattr-0.2.1 yasna-0.1.3 " -CARGO_IGNORE_FETCH_CRATES=yes - inherit cargo DESCRIPTION="Distributed VCS based on a sound theory of patches." |