diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-04-25 17:46:47 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-04-25 17:47:38 +0200 |
commit | 1a0e4194d0752e7345dbd39c76f3fe233cd4814e (patch) | |
tree | af72b560f3946c671a965b2602b7ec8f9a7c2b4b /x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild | |
parent | package.mask: Last rite sec-policy/selinux-perdition (diff) | |
download | gentoo-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-9999.ebuild')
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild index 376b8036d825..480a785e27ee 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild @@ -14,8 +14,8 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="" IUSE=" - 256-color blink fading-colors +font-styles iso14755 +mousewheel +perl - pixbuf startup-notification unicode3 +utmp +wtmp xft + 256-color blink fading-colors +font-styles gdk-pixbuf iso14755 +mousewheel + +perl startup-notification unicode3 +utmp +wtmp xft " RESTRICT="test" @@ -26,7 +26,7 @@ RDEPEND=" x11-libs/libXrender kernel_Darwin? ( dev-perl/Mac-Pasteboard ) 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 ) xft? ( x11-libs/libXft ) " @@ -66,10 +66,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 utmp) \ |