diff options
author | Maciej S. Szmigiero <mail@maciej.szmigiero.name> | 2017-01-10 00:28:58 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-01-25 12:47:10 -0800 |
commit | 268c4667d3d0314a63e548ff560ef8bd1f9a0e65 (patch) | |
tree | 21039a0fd9800a13da202d0f2577cd9d566bc236 /x11-terms | |
parent | x11-wm/xpra: Fix socket dir. (diff) | |
download | gentoo-268c4667d3d0314a63e548ff560ef8bd1f9a0e65.tar.gz gentoo-268c4667d3d0314a63e548ff560ef8bd1f9a0e65.tar.bz2 gentoo-268c4667d3d0314a63e548ff560ef8bd1f9a0e65.zip |
x11-terms/xterm: needs x11-apps/rgb for colors
This package needs to runtime depend on x11-apps/rgb, because without it
installed there are no colors displayed in an xterm window - besides black.
Text in any other color is not shown.
x11-apps/rgb is currently pulled in by x11-base/xorg-server, but there are
also ways to run xterm on a system which do not use the Xorg server: for
example NX.
Gentoo-Bug: https://bugs.gentoo.org/545496
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/xterm/xterm-314.ebuild | 5 | ||||
-rw-r--r-- | x11-terms/xterm/xterm-320.ebuild | 5 | ||||
-rw-r--r-- | x11-terms/xterm/xterm-325.ebuild | 3 | ||||
-rw-r--r-- | x11-terms/xterm/xterm-326.ebuild | 5 | ||||
-rw-r--r-- | x11-terms/xterm/xterm-327.ebuild | 5 |
5 files changed, 14 insertions, 9 deletions
diff --git a/x11-terms/xterm/xterm-314.ebuild b/x11-terms/xterm/xterm-314.ebuild index 851b238edcc1..dc30550b1043 100644 --- a/x11-terms/xterm/xterm-314.ebuild +++ b/x11-terms/xterm/xterm-314.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter ) unicode? ( x11-apps/luit ) Xaw3d? ( x11-libs/libXaw3d )" RDEPEND="${COMMON_DEPEND} - media-fonts/font-misc-misc" + media-fonts/font-misc-misc + x11-apps/rgb" DEPEND="${COMMON_DEPEND} virtual/pkgconfig x11-proto/kbproto diff --git a/x11-terms/xterm/xterm-320.ebuild b/x11-terms/xterm/xterm-320.ebuild index 637e96b4f62d..dc30550b1043 100644 --- a/x11-terms/xterm/xterm-320.ebuild +++ b/x11-terms/xterm/xterm-320.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter ) unicode? ( x11-apps/luit ) Xaw3d? ( x11-libs/libXaw3d )" RDEPEND="${COMMON_DEPEND} - media-fonts/font-misc-misc" + media-fonts/font-misc-misc + x11-apps/rgb" DEPEND="${COMMON_DEPEND} virtual/pkgconfig x11-proto/kbproto diff --git a/x11-terms/xterm/xterm-325.ebuild b/x11-terms/xterm/xterm-325.ebuild index b4c1b33aad78..0c6fe0a75277 100644 --- a/x11-terms/xterm/xterm-325.ebuild +++ b/x11-terms/xterm/xterm-325.ebuild @@ -30,7 +30,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter ) Xaw3d? ( x11-libs/libXaw3d ) xinerama? ( x11-libs/libXinerama )" RDEPEND="${COMMON_DEPEND} - media-fonts/font-misc-misc" + media-fonts/font-misc-misc + x11-apps/rgb" DEPEND="${COMMON_DEPEND} virtual/pkgconfig x11-proto/kbproto diff --git a/x11-terms/xterm/xterm-326.ebuild b/x11-terms/xterm/xterm-326.ebuild index 27ffea627811..a2ea75ad8ee9 100644 --- a/x11-terms/xterm/xterm-326.ebuild +++ b/x11-terms/xterm/xterm-326.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,7 +30,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter ) Xaw3d? ( x11-libs/libXaw3d ) xinerama? ( x11-libs/libXinerama )" RDEPEND="${COMMON_DEPEND} - media-fonts/font-misc-misc" + media-fonts/font-misc-misc + x11-apps/rgb" DEPEND="${COMMON_DEPEND} virtual/pkgconfig x11-proto/kbproto diff --git a/x11-terms/xterm/xterm-327.ebuild b/x11-terms/xterm/xterm-327.ebuild index 27ffea627811..a2ea75ad8ee9 100644 --- a/x11-terms/xterm/xterm-327.ebuild +++ b/x11-terms/xterm/xterm-327.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -30,7 +30,8 @@ COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter ) Xaw3d? ( x11-libs/libXaw3d ) xinerama? ( x11-libs/libXinerama )" RDEPEND="${COMMON_DEPEND} - media-fonts/font-misc-misc" + media-fonts/font-misc-misc + x11-apps/rgb" DEPEND="${COMMON_DEPEND} virtual/pkgconfig x11-proto/kbproto |