diff options
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r-- | app-text/kbibtex/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/kbibtex/kbibtex-0.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog index 52b1538e338c..4d8504bbeb72 100644 --- a/app-text/kbibtex/ChangeLog +++ b/app-text/kbibtex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/kbibtex # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.49 2013/03/17 12:31:16 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.50 2013/03/17 18:16:30 kensington Exp $ + + 17 Mar 2013; Michael Palimaka <kensington@gentoo.org> kbibtex-0.4.1.ebuild: + Drop poppler subslot since it links only to libpoppler-qt4. 17 Mar 2013; Andreas K. Huettel <dilfridge@gentoo.org> kbibtex-0.4.1.ebuild: EAPI=5 and poppler subslot dependency diff --git a/app-text/kbibtex/kbibtex-0.4.1.ebuild b/app-text/kbibtex/kbibtex-0.4.1.ebuild index 279aa66c8363..e4adc9782a00 100644 --- a/app-text/kbibtex/kbibtex-0.4.1.ebuild +++ b/app-text/kbibtex/kbibtex-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.4.1.ebuild,v 1.4 2013/03/17 12:31:16 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.4.1.ebuild,v 1.5 2013/03/17 18:16:30 kensington Exp $ EAPI=5 @@ -22,7 +22,7 @@ SLOT="4" IUSE="debug" DEPEND=" - app-text/poppler:=[qt4] + app-text/poppler[qt4] dev-libs/libxml2 dev-libs/libxslt virtual/tex-base |