diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:13 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-03-31 17:03:13 +0000 |
commit | fe60d38dfb1bd4c2f6aad073203c0fd5db780616 (patch) | |
tree | d7d6fb98a8cf9acea911d0570468aa703dc1db6c /sys-kernel | |
parent | Add upstream remote-id annotations using tools by Corentin Chary, bug #406287. (diff) | |
download | historical-fe60d38dfb1bd4c2f6aad073203c0fd5db780616.tar.gz historical-fe60d38dfb1bd4c2f6aad073203c0fd5db780616.tar.bz2 historical-fe60d38dfb1bd4c2f6aad073203c0fd5db780616.zip |
Add upstream remote-id annotations using tools by Corentin Chary, bug #406287.
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/xen-sources/metadata.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sys-kernel/xen-sources/metadata.xml b/sys-kernel/xen-sources/metadata.xml index 8e46965217e8..5dffdccab8fd 100644 --- a/sys-kernel/xen-sources/metadata.xml +++ b/sys-kernel/xen-sources/metadata.xml @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>xen</herd> -<use> - <flag name='deblob'>Remove binary blobs from kernel sources to provide libre license compliance.</flag> -</use> + <herd>xen</herd> + <use> + <flag name="deblob">Remove binary blobs from kernel sources to provide libre license compliance.</flag> + </use> + <upstream> + <remote-id type="google-code">gentoo-xen-kernel</remote-id> + </upstream> </pkgmetadata> |