diff options
author | Johannes Huber <johu@gentoo.org> | 2015-08-17 23:06:16 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2015-08-17 23:08:05 +0200 |
commit | 7d50e79c646af26660b4bfb10648a0d2754c417d (patch) | |
tree | 64181033fd54a4158ad6f2d616555d5d4475b00f /media-libs/opengtl | |
parent | 9b78411f1cddd38a6cec619c6281305327f827d1 (diff) | |
download | gentoo-7d50e79c646af26660b4bfb10648a0d2754c417d.tar.gz gentoo-7d50e79c646af26660b4bfb10648a0d2754c417d.tar.xz |
media-libs/opengtl: DEPEND on app-text/ghostscript-gpl
Gentoo-Bug: 556598
Reported-by: Toralf Förster <toralf.foerster@gmx.de>
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-libs/opengtl')
-rw-r--r-- | media-libs/opengtl/opengtl-0.9.18.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/opengtl/opengtl-0.9.18.ebuild b/media-libs/opengtl/opengtl-0.9.18.ebuild index b10fa83f098..dd914314a19 100644 --- a/media-libs/opengtl/opengtl-0.9.18.ebuild +++ b/media-libs/opengtl/opengtl-0.9.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,6 +25,7 @@ RDEPEND=" ) " DEPEND="${RDEPEND} + app-text/ghostscript-gpl test? ( dev-util/lcov ) " |