diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-03-17 18:16:30 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-03-17 18:16:30 +0000 |
commit | cdd330a444d46a7e154c6e146303400ad8129f88 (patch) | |
tree | be9a0fed3e2fb635efbe5b67e87785655f90ca47 /app-text/kbibtex | |
parent | Fix SRC_URI. (diff) | |
download | gentoo-2-cdd330a444d46a7e154c6e146303400ad8129f88.tar.gz gentoo-2-cdd330a444d46a7e154c6e146303400ad8129f88.tar.bz2 gentoo-2-cdd330a444d46a7e154c6e146303400ad8129f88.zip |
Drop poppler subslot since it links only to libpoppler-qt4.
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
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 |