diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-03-17 12:31:16 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-03-17 12:31:16 +0000 |
commit | d169a6e684ba8bbaa8f6e5f7204b48c11691c535 (patch) | |
tree | 4e2c292506ff538d4c2fabcd204911f93da35250 /app-text/kbibtex | |
parent | 1.10: QA and EAPI=5, 1.12: QA (diff) | |
download | gentoo-2-d169a6e684ba8bbaa8f6e5f7204b48c11691c535.tar.gz gentoo-2-d169a6e684ba8bbaa8f6e5f7204b48c11691c535.tar.bz2 gentoo-2-d169a6e684ba8bbaa8f6e5f7204b48c11691c535.zip |
EAPI=5 and poppler subslot dependency
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r-- | app-text/kbibtex/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/kbibtex/kbibtex-0.4.1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog index 79e97bbb8670..52b1538e338c 100644 --- a/app-text/kbibtex/ChangeLog +++ b/app-text/kbibtex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/kbibtex -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.48 2012/12/20 15:01:35 kensington Exp $ +# 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 $ + + 17 Mar 2013; Andreas K. Huettel <dilfridge@gentoo.org> kbibtex-0.4.1.ebuild: + EAPI=5 and poppler subslot dependency 20 Dec 2012; Michael Palimaka <kensington@gentoo.org> -kbibtex-0.4.ebuild: Remove old. diff --git a/app-text/kbibtex/kbibtex-0.4.1.ebuild b/app-text/kbibtex/kbibtex-0.4.1.ebuild index c1dfce3de803..279aa66c8363 100644 --- a/app-text/kbibtex/kbibtex-0.4.1.ebuild +++ b/app-text/kbibtex/kbibtex-0.4.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.3 2012/12/16 16:33:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.4.1.ebuild,v 1.4 2013/03/17 12:31:16 dilfridge Exp $ -EAPI=4 +EAPI=5 inherit versionator kde4-base @@ -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 |