Fabian Groffen [Sat, 4 Feb 2017 20:27:35 +0000 (21:27 +0100)]
sci-libs/blas-reference: fix install_names on Darwin, bug #605214
Package-Manager: portage-2.3.3
Alon Bar-Lev [Sat, 4 Feb 2017 20:06:06 +0000 (22:06 +0200)]
dev-libs/libgcrypt: fix pdf installation
Bug: 608186
Package-Manager: portage-2.3.3
Alon Bar-Lev [Sat, 4 Feb 2017 19:57:00 +0000 (21:57 +0200)]
app-crypt/bestcrypt: eapi bump
Package-Manager: portage-2.3.3
Alon Bar-Lev [Sat, 4 Feb 2017 19:50:08 +0000 (21:50 +0200)]
app-crypt/asekey: eapi bump
Package-Manager: portage-2.3.3
Alon Bar-Lev [Sat, 4 Feb 2017 19:44:42 +0000 (21:44 +0200)]
app-crypt/fcrackzip: eapi bump
Package-Manager: portage-2.3.3
Alon Bar-Lev [Sat, 4 Feb 2017 19:32:29 +0000 (21:32 +0200)]
app-crypt/pius: eapi bump
Package-Manager: portage-2.3.3
Alon Bar-Lev [Sat, 4 Feb 2017 19:29:33 +0000 (21:29 +0200)]
app-crypt/nasty: eapi cleanups
Package-Manager: portage-2.3.3
Alon Bar-Lev [Sat, 4 Feb 2017 19:28:05 +0000 (21:28 +0200)]
app-crypt/yubikey-neo-manager: eapi bump
Package-Manager: portage-2.3.3
Alon Bar-Lev [Sat, 4 Feb 2017 19:25:39 +0000 (21:25 +0200)]
app-crypt/asedriveiiie-usb: eapi bump
Package-Manager: portage-2.3.3
Alon Bar-Lev [Sat, 4 Feb 2017 19:23:32 +0000 (21:23 +0200)]
app-crypt/stan: eapi bump
Package-Manager: portage-2.3.3
Alon Bar-Lev [Sat, 4 Feb 2017 11:34:14 +0000 (13:34 +0200)]
app-crypt/md6sum: eapi bump
Package-Manager: portage-2.3.3
Alon Bar-Lev [Sat, 4 Feb 2017 11:28:29 +0000 (13:28 +0200)]
app-crypt/acr38u: eapi bump
Package-Manager: portage-2.3.3
Alon Bar-Lev [Sat, 4 Feb 2017 11:17:11 +0000 (13:17 +0200)]
app-crypt/gpgstats: eapi bump
Package-Manager: portage-2.3.3
Michał Górny [Sat, 4 Feb 2017 19:45:27 +0000 (20:45 +0100)]
net-libs/ortp: Clean up old
Michał Górny [Sat, 4 Feb 2017 19:35:31 +0000 (20:35 +0100)]
net-libs/ortp: Copy stable keywords to zrtp-free revbump
Copy stable keywords over to the 0.23.0-r1 revbump. The only functional
change is hard-disabling zrtp support. The dependency package has
already been removed from Gentoo, so there is no reason not to clean up
the older version.
Mike Gilbert [Sat, 4 Feb 2017 19:34:51 +0000 (14:34 -0500)]
sys-boot/grub: silence QA warning about WX sections
Bug: https://bugs.gentoo.org/607844
Package-Manager: Portage-2.3.3_p47_p599968, Repoman-2.3.1_p40_p599968
Mike Gilbert [Sat, 4 Feb 2017 19:30:10 +0000 (14:30 -0500)]
sys-boot/grub: bump to 2.02~rc1
Package-Manager: Portage-2.3.3_p47_p599686, Repoman-2.3.1_p40_p599686
Andreas Sturmlechner [Sat, 4 Feb 2017 15:54:26 +0000 (16:54 +0100)]
dev-db/firebird: 2.5.6.27020.0 version bump, EAPI 6, drop USE=client
Gentoo-bug: 420817, 420939, 578230
- Pick USE=superserver as default
- Drop unused eclasses
- Update HOMEPAGE, DESCRIPTION
- QA fix: Don't install into /var/run (fixed upstream)
Package-Manager: portage-2.3.3
Maciej S. Szmigiero [Fri, 6 Jan 2017 18:43:51 +0000 (19:43 +0100)]
dev-db/firebird: Restore SuperClassic, fix broken symlinks, libfbintl.so
Gentoo-Bug: 577956, 562716, 516760
1) Restore ability to build SuperClassic server
Commit
9b00135 ("Various syntax improvements and fixes") removed
ability to build the SuperClassic server by changing REQUIRED_USE so
that the required USE flags combination ("-client -superserver -xinetd")
is no longer permitted. It looks like this was done by mistake, since the
relevant code inside ebuild is still present and still works.
Fix this by allowing this USE flag combination again.
2) Portage warns about broken symlinks when firebird is emerged:
* QA Notice: Symbolic link /usr/lib64/firebird/lib/libib_util.so points to
/usr/lib64/firebird/lib/usr/lib64/libib_util.so which does not exist.
* QA Notice: Symbolic link /usr/lib64/firebird/intl/fbintl.conf points to
/usr/lib64/firebird/intl/etc/firebird/fbintl.conf which does not exist.
* QA Notice: Symbolic link /usr/lib64/firebird/intl/fbintl points to
/usr/lib64/firebird/intl/usr/lib64/libfbintl.so which does not exist.
* QA Notice: Symbolic link /usr/lib64/firebird/plugins/libfbtrace.so
points to /usr/lib64/firebird/plugins/usr/lib64/libfbtrace.so which does
not exist.
Adjust symlink targets in ebuild to fix these broken links.
3) Don't use libintl.so SONAME for libfbintl.so
Firebird by default uses libintl.so.1 SONAME for libfbintl.so.1.
This means that ldconfig will make libintl.so.1 symlink to libfbintl.so.1.
However, actual libintl.so is a very different library, incompatible with
libfbintl.so. This breaks packages which tries to link to it, notably
dev-perl/libintl-perl.
Fix it by making libfbintl.so SONAME match its actual name.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3757
Andreas Sturmlechner [Sat, 4 Feb 2017 13:10:44 +0000 (14:10 +0100)]
dev-python/translate-toolkit: 2.0.0 version bump
Gentoo-bug: 608108
Package-Manager: portage-2.3.3
Mike Gilbert [Fri, 3 Feb 2017 21:20:31 +0000 (16:20 -0500)]
www-plugins/chrome-binary-plugins: drop libwidvinecdm.so
https://bugs.gentoo.org/608148
Package-Manager: Portage-2.3.3_p47_p519908, Repoman-2.3.1_p40_p519908
Pacho Ramos [Sat, 4 Feb 2017 18:38:26 +0000 (19:38 +0100)]
app-office/gnucash: Really pass variables to gnome2_src_install
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 18:11:32 +0000 (19:11 +0100)]
x11-terms/rxvt: linguas_ja not in IUSE (#607278 by Toralf Förster)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Ulrich Müller [Sat, 4 Feb 2017 18:37:25 +0000 (19:37 +0100)]
app-editors/emacs-vcs: Cleanup libdir to avoid future slot collisions.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Kent Fredric [Sat, 4 Feb 2017 17:49:32 +0000 (06:49 +1300)]
dev-perl/DBD-mysql: Restore old versions (masked) for bug #604678
This reverts parts of "Security cleanup re bug #601144"
commit
19eeb140a84c8bb903b808bf7ea344a3c633857a
Bug: https://bugs.gentoo.org/604678
Bug: https://bugs.gentoo.org/601144
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:28:54 +0000 (18:28 +0100)]
dev-perl/ZMQ-LibZMQ2: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:27:15 +0000 (18:27 +0100)]
dev-perl/Mouse: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:21:46 +0000 (18:21 +0100)]
dev-perl/Want: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:21:10 +0000 (18:21 +0100)]
dev-perl/Cache-Cache: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:19:31 +0000 (18:19 +0100)]
dev-perl/String-CRC32: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:16:13 +0000 (18:16 +0100)]
dev-perl/PadWalker: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:15:30 +0000 (18:15 +0100)]
dev-perl/Sub-Identify: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:14:56 +0000 (18:14 +0100)]
dev-perl/Test-Differences: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:11:45 +0000 (18:11 +0100)]
dev-perl/Net-SSLeay: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:09:24 +0000 (18:09 +0100)]
dev-perl/Test-Base: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:06:54 +0000 (18:06 +0100)]
dev-perl/DBD-Pg: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:04:57 +0000 (18:04 +0100)]
dev-perl/NetAddr-IP: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:03:32 +0000 (18:03 +0100)]
dev-perl/Pango: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:01:52 +0000 (18:01 +0100)]
dev-perl/PerlIO-gzip: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 17:00:07 +0000 (18:00 +0100)]
dev-perl/Proc-ProcessTable: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 16:58:40 +0000 (17:58 +0100)]
dev-perl/Socket6: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 16:57:00 +0000 (17:57 +0100)]
dev-perl/Sys-MemInfo: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 16:55:46 +0000 (17:55 +0100)]
dev-perl/TermReadKey: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 16:54:07 +0000 (17:54 +0100)]
dev-perl/Text-CSV_XS: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 16:52:06 +0000 (17:52 +0100)]
dev-perl/Text-Wrapper: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 16:48:19 +0000 (17:48 +0100)]
dev-perl/XML-Parser: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 16:46:55 +0000 (17:46 +0100)]
dev-perl/YAML: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 16:44:26 +0000 (17:44 +0100)]
dev-perl/YAML-Syck: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel [Sat, 4 Feb 2017 16:42:53 +0000 (17:42 +0100)]
dev-perl/DBD-SQLite: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Sarah White [Sat, 4 Feb 2017 16:07:45 +0000 (11:07 -0500)]
sys-kernel/ck-sources: version bump (4.9.8)
Package-Manager: portage-2.3.3
Kent Fredric [Sat, 4 Feb 2017 16:54:04 +0000 (05:54 +1300)]
dev-perl/XML-SAX-Expat,dev-perl/XML-Simple: Revert premature keywording re bug #595562
This reverts parts of commits
85ee1e46f2d69e35c65c8f33136cadd6ae36664c and importantly,
fb1100b612cf75cac1c7a59d895980947273207d, where I accidentally added all the staged
keyword changes to XML-SAX-Expat without realising, leading to having no arch testers
actually test these arches.
I regret this mistake and many apologies for time wasted :(
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Michael Orlitzky [Sat, 4 Feb 2017 16:54:21 +0000 (11:54 -0500)]
dev-php/jpgraph: remove older unused versions.
Gentoo-Bug: 520566
Package-Manager: portage-2.3.3
Michael Orlitzky [Sat, 4 Feb 2017 16:52:32 +0000 (11:52 -0500)]
dev-php/jpgraph: stabilize remaining arches per ALLARCHES policy.
Gentoo-Bug: 604562
Package-Manager: portage-2.3.3
Amy Liffey [Sat, 4 Feb 2017 16:47:43 +0000 (17:47 +0100)]
app-crypt/eid-mw: remove old. Vincent Hardy
Package-Manager: portage-2.3.0
Michael Orlitzky [Sat, 4 Feb 2017 16:45:05 +0000 (11:45 -0500)]
dev-php/PEAR-Archive_Tar: remove unused version 1.3.15.
Package-Manager: portage-2.3.3
Michael Orlitzky [Sat, 4 Feb 2017 16:43:59 +0000 (11:43 -0500)]
dev-php/PEAR-Archive_Tar: stabilize remaining arches per ALLARCHES policy.
Gentoo-Bug: 608160
Package-Manager: portage-2.3.3
Michael Orlitzky [Sat, 4 Feb 2017 16:39:29 +0000 (11:39 -0500)]
net-analyzer/nagios-check_rbl: remove unused version 1.3.0.
Package-Manager: portage-2.3.3
Michael Orlitzky [Sat, 4 Feb 2017 16:38:45 +0000 (11:38 -0500)]
net-analyzer/nagios-check_rbl: remove proxy maintainer with his permission.
Package-Manager: portage-2.3.3
Ulrich Müller [Sat, 4 Feb 2017 16:33:28 +0000 (17:33 +0100)]
app-editors/emacs-vcs: Temporarily block against Emacs 25.2.
... and its release candidates, too.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Ulrich Müller [Sat, 4 Feb 2017 16:28:05 +0000 (17:28 +0100)]
app-editors/emacs-vcs: Update dependency on net-libs/webkit-gtk.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Ulrich Müller [Sat, 4 Feb 2017 16:15:31 +0000 (17:15 +0100)]
profiles: Mask USE=xwidgets for app-editors/emacs{,-vcs}:25.
Bug: 584156
Hans de Graaff [Sat, 4 Feb 2017 16:16:29 +0000 (17:16 +0100)]
dev-ruby/curb: cleanup
Package-Manager: portage-2.3.3
Hans de Graaff [Sat, 4 Feb 2017 16:14:47 +0000 (17:14 +0100)]
dev-ruby/cri: cleanup
Package-Manager: portage-2.3.3
Hans de Graaff [Sat, 4 Feb 2017 16:03:44 +0000 (17:03 +0100)]
dev-ruby/classifier: add ruby23
Package-Manager: portage-2.3.3
Michael Orlitzky [Sat, 4 Feb 2017 15:54:25 +0000 (10:54 -0500)]
dev-php/pecl-memcached: new version 3.0.0 replacing the snapshot.
Gentoo-Bug: 588608
Package-Manager: portage-2.3.3
Kent Fredric [Thu, 2 Feb 2017 01:15:23 +0000 (14:15 +1300)]
dev-perl/Apache-AuthCookie: Update missing remote-id entries
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:44:08 +0000 (16:44 +0100)]
sys-power/bbswitch: Drop from metadata
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:39:14 +0000 (16:39 +0100)]
x11-themes/light-themes: Drop from metadata
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:38:53 +0000 (16:38 +0100)]
x11-themes/gnome-colors-themes: Drop from metadata
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:38:37 +0000 (16:38 +0100)]
x11-themes/gnome-colors-common: Drop from metadata
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:38:01 +0000 (16:38 +0100)]
sys-fs/e4rat: Drop from metadata
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:37:20 +0000 (16:37 +0100)]
sys-fs/e4rat: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:36:17 +0000 (16:36 +0100)]
sys-apps/preload: Drop from metadata
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:35:17 +0000 (16:35 +0100)]
sys-apps/biosdisk: Drop from metadata
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:33:04 +0000 (16:33 +0100)]
net-dialup/martian-modem: Drop from metadata
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:31:34 +0000 (16:31 +0100)]
media-libs/sbc: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:30:32 +0000 (16:30 +0100)]
media-gfx/swftools: Drop from metadata
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:30:02 +0000 (16:30 +0100)]
games-arcade/blobwars: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:29:25 +0000 (16:29 +0100)]
x11-themes/shiki-colors: metacity was dropped long time ago
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:28:58 +0000 (16:28 +0100)]
x11-themes/shiki-colors: Drop from metadata
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Hans de Graaff [Sat, 4 Feb 2017 14:59:28 +0000 (15:59 +0100)]
app-text/jist: use correct webmock slot; add ruby23
Package-Manager: portage-2.3.3
Hans de Graaff [Sat, 4 Feb 2017 14:48:30 +0000 (15:48 +0100)]
app-text/webgen: cleanup
Package-Manager: portage-2.3.3
Hans de Graaff [Sat, 4 Feb 2017 14:46:37 +0000 (15:46 +0100)]
dev-ruby/ox: add 2.4.9
Package-Manager: portage-2.3.3
Pacho Ramos [Sat, 4 Feb 2017 15:23:38 +0000 (16:23 +0100)]
arch/sparc/package.use.mask: mask gnome-shell USE due to missing keywords
Pacho Ramos [Sat, 4 Feb 2017 15:23:09 +0000 (16:23 +0100)]
Revert "arch/sparc/package.use.mask: mask USE gnome for goa due to missing keywords"
This reverts commit
52732d36435d30a4594120aa717fc8e74430c852.
Pacho Ramos [Sat, 4 Feb 2017 15:23:01 +0000 (16:23 +0100)]
arch/sparc/package.use.mask: mask USE gnome for goa due to missing keywords
Pacho Ramos [Sat, 4 Feb 2017 15:22:29 +0000 (16:22 +0100)]
gnome-extra/gnome-tweak-tool: Drop sparc (#599572)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Pacho Ramos [Sat, 4 Feb 2017 15:21:50 +0000 (16:21 +0100)]
gnome-base/gdm: Drop sparc (#599572)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Agostino Sarubbo [Sat, 4 Feb 2017 15:20:59 +0000 (16:20 +0100)]
www-client/lynx: amd64 stable wrt bug #598910
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo [Sat, 4 Feb 2017 15:20:52 +0000 (16:20 +0100)]
dev-python/kombu: amd64 stable wrt bug #590458
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo [Sat, 4 Feb 2017 15:20:40 +0000 (16:20 +0100)]
dev-python/celery: amd64 stable wrt bug #590458
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo [Sat, 4 Feb 2017 15:20:19 +0000 (16:20 +0100)]
dev-python/billiard: amd64 stable wrt bug #590458
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo [Sat, 4 Feb 2017 15:20:06 +0000 (16:20 +0100)]
net-misc/dhcpcd-ui: amd64 stable wrt bug #599288
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo [Sat, 4 Feb 2017 15:19:59 +0000 (16:19 +0100)]
lxde-base/menu-cache: amd64 stable wrt bug #604150
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo [Sat, 4 Feb 2017 15:19:52 +0000 (16:19 +0100)]
x11-themes/faenza-icon-theme: amd64 stable wrt bug #605172
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo [Sat, 4 Feb 2017 15:19:45 +0000 (16:19 +0100)]
gnome-extra/synapse: amd64 stable wrt bug #605170
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo [Sat, 4 Feb 2017 15:19:34 +0000 (16:19 +0100)]
media-plugins/libvisual-projectm: amd64 stable wrt bug #607854
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo [Sat, 4 Feb 2017 15:19:27 +0000 (16:19 +0100)]
net-misc/quagga: amd64 stable wrt bug #607212
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo [Sat, 4 Feb 2017 15:19:18 +0000 (16:19 +0100)]
media-libs/gd: amd64 stable wrt bug #607718
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo [Sat, 4 Feb 2017 15:19:11 +0000 (16:19 +0100)]
net-libs/nodejs: amd64 stable wrt bug #600546
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>