diff options
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> |