From 52e3e428f405fb26fade6770c63e0cc5fa8b016d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 15 Nov 2015 22:30:28 +0000 Subject: Handle duplication in source of mask data --- gentoobrowse/console/packagemasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoobrowse/console/packagemasks.xml b/gentoobrowse/console/packagemasks.xml index 261ee9b..fd03528 100644 --- a/gentoobrowse/console/packagemasks.xml +++ b/gentoobrowse/console/packagemasks.xml @@ -29,7 +29,7 @@ - SELECT s.setno, ebuildfilter(REGEXP_SPLIT_TO_TABLE(tm.atoms, '\n')) ebuildid + SELECT DISTINCT s.setno, ebuildfilter(REGEXP_SPLIT_TO_TABLE(tm.atoms, '\n')) ebuildid FROM tmpmasks tm, masksets s WHERE tm.dateadded = s.dateadded AND tm.n = s.n -- cgit v1.2.3