diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-08-24 16:12:35 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-08-24 16:30:34 -0400 |
commit | 1bfb585cc60a9e59b690700e7a0dadc691e2b9d0 (patch) | |
tree | cbce55e6b267e850e3b680ff6806486deda6d0d9 /dev-libs/libverto | |
parent | sys-kernel/hardened-sources: add 4.1.6-r1 (diff) | |
download | gentoo-1bfb585cc60a9e59b690700e7a0dadc691e2b9d0.tar.gz gentoo-1bfb585cc60a9e59b690700e7a0dadc691e2b9d0.tar.bz2 gentoo-1bfb585cc60a9e59b690700e7a0dadc691e2b9d0.zip |
Revert DOCTYPE SYSTEM https changes in metadata.xml
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
Bug: https://bugs.gentoo.org/552720
Diffstat (limited to 'dev-libs/libverto')
-rw-r--r-- | dev-libs/libverto/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libverto/metadata.xml b/dev-libs/libverto/metadata.xml index d8b78ec96920..be9b560036fc 100644 --- a/dev-libs/libverto/metadata.xml +++ b/dev-libs/libverto/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <longdescription lang="en">Many applications and libraries are unable to write asynchronous code because they are unable to pick an event loop. This is particularly true of libraries who want to be useful to many applications who use loops that do not integrate with one another or which use home-grown loops. libverto provides a loop-neutral async api which allows the library to expose asynchronous interfaces and offload the choice of the main loop to the application.</longdescription> <maintainer> |