diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-07 17:56:00 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-07 17:58:41 +0200 |
commit | 438605963973a406d2631521da60e3964c47fe0a (patch) | |
tree | 3bdbb5735bae2129a3f360b16d7c4fe26991febd /app-arch/lz4 | |
parent | dev-util/shellcheck: Fix vesion correctly (diff) | |
download | gentoo-438605963973a406d2631521da60e3964c47fe0a.tar.gz gentoo-438605963973a406d2631521da60e3964c47fe0a.tar.bz2 gentoo-438605963973a406d2631521da60e3964c47fe0a.zip |
ADd missing remote-id entries
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-arch/lz4')
-rw-r--r-- | app-arch/lz4/metadata.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/lz4/metadata.xml b/app-arch/lz4/metadata.xml index 1decb7dd7609..a69854a96fb1 100644 --- a/app-arch/lz4/metadata.xml +++ b/app-arch/lz4/metadata.xml @@ -5,7 +5,10 @@ <email>ryao@gentoo.org</email> <name>Richard Yao</name> </maintainer> -<use> -<flag name='valgrind'>Enable usage of dev-util/valgrind in tests</flag> -</use> + <use> + <flag name="valgrind">Enable usage of dev-util/valgrind in tests</flag> + </use> + <upstream> + <remote-id type="github">Cyan4973/lz4</remote-id> + </upstream> </pkgmetadata> |