diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-05-11 21:48:33 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-05-11 21:48:33 +0000 |
commit | c2775d8b2f6f4f969c0315271e898078cc3aced9 (patch) | |
tree | 5be6a280d2d1ce7d834af9d981bb0ea30c8a69c9 /dev-tex | |
parent | allow split qt4 deps (diff) | |
download | gentoo-2-c2775d8b2f6f4f969c0315271e898078cc3aced9.tar.gz gentoo-2-c2775d8b2f6f4f969c0315271e898078cc3aced9.tar.bz2 gentoo-2-c2775d8b2f6f4f969c0315271e898078cc3aced9.zip |
version bump, allow split qt4 deps
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/pstplus/ChangeLog | 8 | ||||
-rw-r--r-- | dev-tex/pstplus/pstplus-1.3.ebuild (renamed from dev-tex/pstplus/pstplus-1.2.ebuild) | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/dev-tex/pstplus/ChangeLog b/dev-tex/pstplus/ChangeLog index b682bcd16f04..72acc9bcee00 100644 --- a/dev-tex/pstplus/ChangeLog +++ b/dev-tex/pstplus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-tex/pstplus # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.1 2008/01/26 13:40:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/ChangeLog,v 1.2 2008/05/11 21:48:33 aballier Exp $ + +*pstplus-1.3 (11 May 2008) + + 11 May 2008; Alexis Ballier <aballier@gentoo.org> -pstplus-1.2.ebuild, + +pstplus-1.3.ebuild: + version bump, allow split qt4 deps *pstplus-1.2 (26 Jan 2008) diff --git a/dev-tex/pstplus/pstplus-1.2.ebuild b/dev-tex/pstplus/pstplus-1.3.ebuild index 74f37ce73eba..aa61cfcffc11 100644 --- a/dev-tex/pstplus/pstplus-1.2.ebuild +++ b/dev-tex/pstplus/pstplus-1.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/pstplus-1.2.ebuild,v 1.1 2008/01/26 13:40:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/pstplus/pstplus-1.3.ebuild,v 1.1 2008/05/11 21:48:33 aballier Exp $ + +EAPI=1 inherit eutils qt4 @@ -12,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND="$(qt4_min_version 4.3)" +DEPEND="|| ( ( x11-libs/qt-gui x11-libs/qt-core ) >=x11-libs/qt-4.3.0:4 )" RDEPEND="${DEPEND} virtual/latex-base |