diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-28 12:00:06 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-28 12:01:05 +0200 |
commit | ec15b51aa2870ce0687d78cca411e7a6f62e4068 (patch) | |
tree | cdf226d35ed96af13291b8aded3aad476746d092 /dev-lang/scala | |
parent | dev-java/jmock: Change the compilation logic. Fixes bug 558908. (diff) | |
download | gentoo-ec15b51aa2870ce0687d78cca411e7a6f62e4068.tar.gz gentoo-ec15b51aa2870ce0687d78cca411e7a6f62e4068.tar.bz2 gentoo-ec15b51aa2870ce0687d78cca411e7a6f62e4068.zip |
Add missing remote-id entries in metadata.xml
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-lang/scala')
-rw-r--r-- | dev-lang/scala/metadata.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-lang/scala/metadata.xml b/dev-lang/scala/metadata.xml index a860186ee83f..50b86cb0266c 100644 --- a/dev-lang/scala/metadata.xml +++ b/dev-lang/scala/metadata.xml @@ -1,6 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>java</herd> -<use><flag name='binary'>Install from (Gentoo-compiled) binary instead of building from sources. Set this when you run out of memory during build.</flag></use> + <herd>java</herd> + <use> + <flag name="binary">Install from (Gentoo-compiled) binary instead of building from sources. Set this when you run out of memory during build.</flag> + </use> + <upstream> + <remote-id type="github">scala/scala</remote-id> + </upstream> </pkgmetadata> |