diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-08 13:49:53 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-08 13:49:53 +0000 |
commit | 8cafe49d33364c1dda20e76939fd317f8a2cc9d2 (patch) | |
tree | 2943b20b6fdfe189e15639a921f794648d3de357 /app-text | |
parent | Bump (diff) | |
download | gentoo-2-8cafe49d33364c1dda20e76939fd317f8a2cc9d2.tar.gz gentoo-2-8cafe49d33364c1dda20e76939fd317f8a2cc9d2.tar.bz2 gentoo-2-8cafe49d33364c1dda20e76939fd317f8a2cc9d2.zip |
Missing virtual/tex-base dep.
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/kbibtex/kbibtex-0_p95.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-text/kbibtex/kbibtex-0_p95.ebuild b/app-text/kbibtex/kbibtex-0_p95.ebuild index 27d8fa9a7deb..3b301218d731 100644 --- a/app-text/kbibtex/kbibtex-0_p95.ebuild +++ b/app-text/kbibtex/kbibtex-0_p95.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0_p95.ebuild,v 1.1 2009/11/08 13:20:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0_p95.ebuild,v 1.2 2009/11/08 13:49:53 ssuominen Exp $ EAPI=2 WEBKIT_REQUIRED=always @@ -16,3 +16,5 @@ KEYWORDS="~amd64 ~x86" IUSE="debug" DEPEND="!${CATEGORY}/${PN}:0" +RDEPEND="${DEPEND} + virtual/tex-base" |