diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-10-05 19:18:30 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-10-05 19:18:30 +0000 |
commit | 86c47923c9245e2b77d3b9def4b416782fa5f686 (patch) | |
tree | 2a8fccde85cb091c1cc11f48812cc4994f795ad6 /dev-libs/beecrypt | |
parent | move obsolete texlive packages to their new names, as suggested by Matt Turne... (diff) | |
download | gentoo-2-86c47923c9245e2b77d3b9def4b416782fa5f686.tar.gz gentoo-2-86c47923c9245e2b77d3b9def4b416782fa5f686.tar.bz2 gentoo-2-86c47923c9245e2b77d3b9def4b416782fa5f686.zip |
remove ptex dep as it is going away
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/beecrypt')
-rw-r--r-- | dev-libs/beecrypt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/beecrypt/beecrypt-4.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/beecrypt/ChangeLog b/dev-libs/beecrypt/ChangeLog index 3c9c5be11c76..2fa307464290 100644 --- a/dev-libs/beecrypt/ChangeLog +++ b/dev-libs/beecrypt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/beecrypt # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v 1.76 2011/07/26 18:22:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/ChangeLog,v 1.77 2011/10/05 19:18:30 aballier Exp $ + + 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> beecrypt-4.2.1.ebuild: + remove ptex dep as it is going away 26 Jul 2011; Pacho Ramos <pacho@gentoo.org> -beecrypt-4.1.2-r1.ebuild, -beecrypt-4.1.2-r2.ebuild, -files/beecrypt-4.1.2-base64.patch, diff --git a/dev-libs/beecrypt/beecrypt-4.2.1.ebuild b/dev-libs/beecrypt/beecrypt-4.2.1.ebuild index b93c8182ee05..5a4acb6f824c 100644 --- a/dev-libs/beecrypt/beecrypt-4.2.1.ebuild +++ b/dev-libs/beecrypt/beecrypt-4.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-4.2.1.ebuild,v 1.12 2011/07/26 18:22:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-4.2.1.ebuild,v 1.13 2011/10/05 19:18:30 aballier Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -23,7 +23,7 @@ DEPEND="${COMMONDEPEND} java? ( >=virtual/jdk-1.4 ) doc? ( app-doc/doxygen virtual/latex-base - || ( dev-texlive/texlive-fontsextra app-text/ptex ) + dev-texlive/texlive-fontsextra )" RDEPEND="${COMMONDEPEND} java? ( >=virtual/jre-1.4 )" |