commit:     fad1387905df2af6a377e43a2d50d20b915ede4f
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 15:23:19 2017 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 15:23:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad13879

sci-electronics/pcb: Fix missing build with USE (bug #634886).

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-electronics/pcb/pcb-20140316-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/pcb/pcb-20140316-r1.ebuild 
b/sci-electronics/pcb/pcb-20140316-r1.ebuild
index 1a30b76bb34..03571fd2cd7 100644
--- a/sci-electronics/pcb/pcb-20140316-r1.ebuild
+++ b/sci-electronics/pcb/pcb-20140316-r1.ebuild
@@ -26,9 +26,9 @@ CDEPEND="dev-libs/glib:2
                >=x11-libs/motif-2.3:0
                dbus? ( sys-apps/dbus )
                xrender? ( >=x11-libs/libXrender-0.9 ) ) )
-       nelma? ( >=media-libs/gd-2.0.23 )
+       nelma? ( >=media-libs/gd-2.0.23[png] )
        opengl? ( virtual/opengl )
-       gcode? ( >=media-libs/gd-2.0.23 )
+       gcode? ( >=media-libs/gd-2.0.23[png] )
        virtual/libintl
        png? ( >=media-libs/gd-2.0.23[png] )
        m4lib-png? ( >=media-libs/gd-2.0.23[png] )

Reply via email to