summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gentoobrowse/xslt/home.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/xslt/home.xslt b/gentoobrowse/xslt/home.xslt
index f82c6c4..00d4497 100644
--- a/gentoobrowse/xslt/home.xslt
+++ b/gentoobrowse/xslt/home.xslt
@@ -45,7 +45,7 @@
<xsl:value-of select="catname" />/<xsl:value-of select="pkgname" />
</a>
v<xsl:value-of select="version" />
- <xsl:if test="position() = last() or following-sibling::ebuild[1]/packageid != packageid">
+ <xsl:if test="position() = last() or following-sibling::ebuild[1]/packageid != packageid or following-sibling::ebuild[1]/sync != sync">
<br/>
<xsl:value-of select="description" />
</xsl:if>