summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-01-30 13:31:23 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-01-30 13:31:30 +0100
commitdf0d8829a814e33aebd7ea526d9aea619e84a226 (patch)
tree811f87a62183441337065aaf79362c2145905e0d /dev-tex/xcolor
parentx11-drivers/nvidia-drivers: Install libXNVCtrl header only when USE=static-libs. (diff)
downloadgentoo-df0d8829a814e33aebd7ea526d9aea619e84a226.tar.gz
gentoo-df0d8829a814e33aebd7ea526d9aea619e84a226.tar.bz2
gentoo-df0d8829a814e33aebd7ea526d9aea619e84a226.zip
dev-tex/xcolor: add missing pstricks dep, bug #573292
Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-tex/xcolor')
-rw-r--r--dev-tex/xcolor/xcolor-2.11.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-tex/xcolor/xcolor-2.11.ebuild b/dev-tex/xcolor/xcolor-2.11.ebuild
index e88a8f7c4233..bb9d3c7f3dfc 100644
--- a/dev-tex/xcolor/xcolor-2.11.ebuild
+++ b/dev-tex/xcolor/xcolor-2.11.ebuild
@@ -13,7 +13,10 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
-RDEPEND="dev-texlive/texlive-latex"
+RDEPEND="
+ dev-texlive/texlive-latex
+ dev-texlive/texlive-pstricks
+"
DEPEND="${RDEPEND}
app-arch/unzip"