diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-01-30 13:31:23 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-01-30 13:31:30 +0100 |
commit | df0d8829a814e33aebd7ea526d9aea619e84a226 (patch) | |
tree | 811f87a62183441337065aaf79362c2145905e0d | |
parent | x11-drivers/nvidia-drivers: Install libXNVCtrl header only when USE=static-libs. (diff) | |
download | gentoo-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>
-rw-r--r-- | dev-tex/xcolor/xcolor-2.11.ebuild | 5 |
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" |