summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-08-24 16:12:35 -0400
committerMike Gilbert <floppym@gentoo.org>2015-08-24 16:30:34 -0400
commit1bfb585cc60a9e59b690700e7a0dadc691e2b9d0 (patch)
treecbce55e6b267e850e3b680ff6806486deda6d0d9 /gnustep-libs/sqlclient
parentsys-kernel/hardened-sources: add 4.1.6-r1 (diff)
downloadgentoo-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 'gnustep-libs/sqlclient')
-rw-r--r--gnustep-libs/sqlclient/metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnustep-libs/sqlclient/metadata.xml b/gnustep-libs/sqlclient/metadata.xml
index 3a1c2a1386a7..530936af7529 100644
--- a/gnustep-libs/sqlclient/metadata.xml
+++ b/gnustep-libs/sqlclient/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>
<herd>gnustep</herd>
<longdescription>The SQLClient library is designed to provide a simple interface to SQL databases for GNUstep applications. It does not attempt the sort of abstraction provided by the much more sophisticated GDL2 library but rather allows applications to directly execute SQL queries and statements.