summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-04-25 17:46:47 +0200
committerJeroen Roovers <jer@gentoo.org>2019-04-25 17:47:38 +0200
commit1a0e4194d0752e7345dbd39c76f3fe233cd4814e (patch)
treeaf72b560f3946c671a965b2602b7ec8f9a7c2b4b /x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild
parentpackage.mask: Last rite sec-policy/selinux-perdition (diff)
downloadgentoo-1a0e4194d0752e7345dbd39c76f3fe233cd4814e.tar.gz
gentoo-1a0e4194d0752e7345dbd39c76f3fe233cd4814e.tar.bz2
gentoo-1a0e4194d0752e7345dbd39c76f3fe233cd4814e.zip
x11-terms/rxvt-unicode: USE=pixbuf => USE=gdk-pixbuf
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Closes: https://bugs.gentoo.org/684338 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild')
-rw-r--r--x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild
index fa608b95016e..cf6db15ce87f 100644
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild
+++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.22-r1.ebuild
@@ -12,8 +12,8 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
IUSE="
- 256-color blink fading-colors +font-styles iso14755 +mousewheel +perl
- pixbuf startup-notification unicode3 xft
+ 256-color blink fading-colors +font-styles gdk-pixbuf iso14755 +mousewheel
+ +perl startup-notification unicode3 xft
"
RESTRICT="test"
@@ -22,7 +22,7 @@ RDEPEND="
kernel_Darwin? ( dev-perl/Mac-Pasteboard )
media-libs/fontconfig
perl? ( dev-lang/perl:= )
- pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 )
+ gdk-pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 )
startup-notification? ( x11-libs/startup-notification )
x11-libs/libX11
x11-libs/libXrender
@@ -55,10 +55,10 @@ src_configure() {
$(use_enable blink text-blink) \
$(use_enable fading-colors fading) \
$(use_enable font-styles) \
+ $(use_enable gdk-pixbuf pixbuf) \
$(use_enable iso14755) \
$(use_enable mousewheel) \
$(use_enable perl) \
- $(use_enable pixbuf) \
$(use_enable startup-notification) \
$(use_enable unicode3) \
$(use_enable xft)