diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-03-17 12:28:46 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-03-17 12:28:46 +0000 |
commit | 5ec53d24b34da50f895f0c92e4a417465e993b68 (patch) | |
tree | 468eb08ddc03959d6bd710bbe3cf5ba96615e49b /sci-electronics | |
parent | app-office/texstudio: Add subslot operator for app-text/poppler, #462020 (diff) | |
download | gentoo-2-5ec53d24b34da50f895f0c92e4a417465e993b68.tar.gz gentoo-2-5ec53d24b34da50f895f0c92e4a417465e993b68.tar.bz2 gentoo-2-5ec53d24b34da50f895f0c92e4a417465e993b68.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 'sci-electronics')
-rw-r--r-- | sci-electronics/cirkuit/ChangeLog | 7 | ||||
-rw-r--r-- | sci-electronics/cirkuit/cirkuit-0.3.2.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-electronics/cirkuit/ChangeLog b/sci-electronics/cirkuit/ChangeLog index 18e801ae9a57..62b0c203b58a 100644 --- a/sci-electronics/cirkuit/ChangeLog +++ b/sci-electronics/cirkuit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-electronics/cirkuit -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/ChangeLog,v 1.7 2011/04/19 20:10:19 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/ChangeLog,v 1.8 2013/03/17 12:28:46 dilfridge Exp $ + + 17 Mar 2013; Andreas K. Huettel <dilfridge@gentoo.org> cirkuit-0.3.2.ebuild: + EAPI=5 and poppler subslot dependency *cirkuit-0.3.2 (19 Apr 2011) diff --git a/sci-electronics/cirkuit/cirkuit-0.3.2.ebuild b/sci-electronics/cirkuit/cirkuit-0.3.2.ebuild index f00e0d047234..dfffe8166aa5 100644 --- a/sci-electronics/cirkuit/cirkuit-0.3.2.ebuild +++ b/sci-electronics/cirkuit/cirkuit-0.3.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/cirkuit-0.3.2.ebuild,v 1.1 2011/04/19 20:10:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/cirkuit-0.3.2.ebuild,v 1.2 2013/03/17 12:28:46 dilfridge Exp $ -EAPI=4 +EAPI=5 inherit kde4-base DESCRIPTION="An application to generate publication-ready figures" @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="debug" DEPEND=" - >=app-text/poppler-0.12.3-r3[qt4] + >=app-text/poppler-0.12.3-r3:=[qt4] " RDEPEND="${DEPEND} virtual/latex-base |