summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-05-08 21:01:35 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-06-09 14:12:40 +0100
commit29a97d2d118966c3f0581975d7259575c1acc269 (patch)
tree597d0e5446325fdc5d81ffb1b317df78ac6fa3f1
parentAdd extra order by clause to getTopTrackedPackages (diff)
downloadgentoobrowse-api-29a97d2d118966c3f0581975d7259575c1acc269.tar.bz2
gentoobrowse-api-29a97d2d118966c3f0581975d7259575c1acc269.tar.xz
gentoobrowse-api-29a97d2d118966c3f0581975d7259575c1acc269.zip
Fix unescaped property value
-rw-r--r--gentoobrowse-api/service/Jamfile.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse-api/service/Jamfile.jam b/gentoobrowse-api/service/Jamfile.jam
index 2256701..04c9aa8 100644
--- a/gentoobrowse-api/service/Jamfile.jam
+++ b/gentoobrowse-api/service/Jamfile.jam
@@ -47,7 +47,7 @@ lib gentoobrowse-service++11 :
<library>..//boost_date_time
<library>../..//glibmm
<library>../..//libxmlpp
- <icetray.sql.namespace>Gentoo::Service
+ <icetray.sql.namespace>"Gentoo::Service"
<icetray.sql.connector>postgresql
<icetray.sql.basedir>.
<include>.