dev-libs/sway: add missing build time dep on pkgconfig
authorGöktürk Yüksek <gokturk@gentoo.org>
Sat, 21 May 2016 21:08:11 +0000 (17:08 -0400)
committerIan Delaney <idella4@gentoo.org>
Tue, 24 May 2016 03:06:32 +0000 (11:06 +0800)
also use <pkg> in metadata

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1504

Signed-off-by: Ian Delaney <idella4@gentoo.org>
dev-libs/sway/metadata.xml
dev-libs/sway/sway-0.6.ebuild
dev-libs/sway/sway-9999.ebuild

index 45bddf64f7d8b075163d42a7db63f04158745dd5..a9e0ba7acf06fbe472e3519e1c03508ac7c3b522 100644 (file)
                something else.
        </longdescription>
        <use>
-               <flag name="gdk-pixbuf">Enable additional image format support via the gdk-pixbuf library.</flag>
+               <flag name="gdk-pixbuf">
+                       Enable additional image format support via the
+                       <pkg>x11-libs/gdk-pixbuf</pkg> library.
+               </flag>
                <flag name="swaybar">Build 'swaybar': sway's status bar component.</flag>
                <flag name="swaybg">Build 'swaybg': allows to set a desktop background image.</flag>
                <flag name="swaygrab">Build 'swaygrab': allows taking screenshots or screencasts.</flag>
index 7cdb67cc4434b41e7278311d0da371647884b527..88b3f9b49725e27b95fab9403a11d9cd5fa41be9 100644 (file)
@@ -28,6 +28,7 @@ RDEPEND="dev-libs/wlc[systemd=]
                gdk-pixbuf? ( x11-libs/gdk-pixbuf[jpeg] )"
 
 DEPEND="${RDEPEND}
+       virtual/pkgconfig
                app-text/asciidoc"
 
 src_prepare() {
index dc3bafc41a1b5db74ce55198c9b0fd6b72273325..030065f18facf1bbf75dccaf2fcac55a7ee15a43 100644 (file)
@@ -28,6 +28,7 @@ RDEPEND="=dev-libs/wlc-9999[systemd=]
                gdk-pixbuf? ( x11-libs/gdk-pixbuf[jpeg] )"
 
 DEPEND="${RDEPEND}
+       virtual/pkgconfig
                app-text/asciidoc"
 
 src_prepare() {