diff --git a/policy/modules/system/libraries.fc b/policy/modules/system/libraries.fc
index ec811c6..7c2b112 100644
--- a/policy/modules/system/libraries.fc
+++ b/policy/modules/system/libraries.fc
@@ -65,19 +65,21 @@ ifdef(`distro_gentoo',`
 
 ifdef(`distro_gentoo',`
 # despite the extensions, they're actually libs
-/opt/Acrobat[5-9]/Reader/intellinux/plug_ins/.*\.api gen_context(system_u:object_r:shlib_t,s0)
-/opt/Acrobat[5-9]/Reader/intellinux/SPPlugins/.*\.api gen_context(system_u:object_r:shlib_t,s0)
+/opt/Acrobat[5-9]/Reader/intellinux/plug_ins/.*\.api -- gen_context(system_u:object_r:shlib_t,s0)
+/opt/Acrobat[5-9]/Reader/intellinux/SPPlugins/.*\.api -- gen_context(system_u:object_r:shlib_t,s0)
 
+/opt/netscape/plugins(/.*)?			gen_context(system_u:object_r:lib_t,s0)
+/opt/netscape/plugins/.*\.so		--	gen_context(system_u:object_r:shlib_t,s0)
 /opt/netscape/plugins/libflashplayer\.so --	gen_context(system_u:object_r:textrel_shlib_t,s0)
 /opt/netscape/plugins/nppdf\.so		--	gen_context(system_u:object_r:textrel_shlib_t,s0)
 /opt/RealPlayer/codecs(/.*)?			gen_context(system_u:object_r:lib_t,s0)
-/opt/RealPlayer/codecs/.*\.so			gen_context(system_u:object_r:shlib_t,s0)
+/opt/RealPlayer/codecs/.*\.so		--	gen_context(system_u:object_r:shlib_t,s0)
 /opt/RealPlayer/common(/.*)?			gen_context(system_u:object_r:lib_t,s0)
-/opt/RealPlayer/common/.*\.so			gen_context(system_u:object_r:shlib_t,s0)
+/opt/RealPlayer/common/.*\.so		--	gen_context(system_u:object_r:shlib_t,s0)
 /opt/RealPlayer/lib(/.*)?			gen_context(system_u:object_r:lib_t,s0)
-/opt/RealPlayer/lib/.*\.so			gen_context(system_u:object_r:shlib_t,s0)
+/opt/RealPlayer/lib/.*\.so		--	gen_context(system_u:object_r:shlib_t,s0)
 /opt/RealPlayer/mozilla(/.*)?			gen_context(system_u:object_r:lib_t,s0)
-/opt/RealPlayer/mozilla/.*\.so			gen_context(system_u:object_r:shlib_t,s0)
+/opt/RealPlayer/mozilla/.*\.so		--	gen_context(system_u:object_r:shlib_t,s0)
 ')
 
 #