diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 07:00:50 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 07:00:50 +0000 |
commit | ac1a7a231883645553bc6847621a78e00d146a1f (patch) | |
tree | b7bc3449901408a0ff51a0d4f15f960156ca5e45 /sci-mathematics/axiom | |
parent | Drop virtual/x11 references. (diff) | |
download | historical-ac1a7a231883645553bc6847621a78e00d146a1f.tar.gz historical-ac1a7a231883645553bc6847621a78e00d146a1f.tar.bz2 historical-ac1a7a231883645553bc6847621a78e00d146a1f.zip |
Drop virtual/x11 references.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'sci-mathematics/axiom')
-rw-r--r-- | sci-mathematics/axiom/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/axiom/axiom-3.9-r1.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sci-mathematics/axiom/ChangeLog b/sci-mathematics/axiom/ChangeLog index a43732e3b0a9..7ec4fa41a54c 100644 --- a/sci-mathematics/axiom/ChangeLog +++ b/sci-mathematics/axiom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/axiom # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/ChangeLog,v 1.13 2007/03/19 00:06:23 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/ChangeLog,v 1.14 2007/07/22 06:57:09 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; axiom-3.9-r1.ebuild: + Drop virtual/x11 references. 19 Mar 2007; Bryan Ăstergaard <kloeri@gentoo.org> metadata.xml: Remove plasmaroo from metadata.xml due to retirement. diff --git a/sci-mathematics/axiom/axiom-3.9-r1.ebuild b/sci-mathematics/axiom/axiom-3.9-r1.ebuild index 98e665810477..65e2a1c6b063 100644 --- a/sci-mathematics/axiom/axiom-3.9-r1.ebuild +++ b/sci-mathematics/axiom/axiom-3.9-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-3.9-r1.ebuild,v 1.4 2006/10/01 13:00:20 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/axiom/axiom-3.9-r1.ebuild,v 1.5 2007/07/22 06:57:09 dberkholz Exp $ inherit eutils @@ -14,10 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="virtual/tetex - || ( - x11-libs/libXaw - virtual/x11 - )" + x11-libs/libXaw" S="${WORKDIR}/axiom" |