diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 06:59:26 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 06:59:26 +0000 |
commit | 47df56857f0ed857f1ff16b9344946bb0bf2a8f7 (patch) | |
tree | c29fcd745d6aeb1a85fa3e5b82807d07c2f5e951 /sci-mathematics | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-47df56857f0ed857f1ff16b9344946bb0bf2a8f7.tar.gz gentoo-2-47df56857f0ed857f1ff16b9344946bb0bf2a8f7.tar.bz2 gentoo-2-47df56857f0ed857f1ff16b9344946bb0bf2a8f7.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.3.0.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.3.2.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index 6c58cb24d026..59be473aeb51 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/pari # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.42 2007/05/06 12:25:45 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.43 2007/07/22 06:59:26 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; pari-2.3.0.ebuild, + pari-2.3.2.ebuild: + Drop virtual/x11 references. *pari-2.3.2 (06 May 2007) diff --git a/sci-mathematics/pari/pari-2.3.0.ebuild b/sci-mathematics/pari/pari-2.3.0.ebuild index 14739c48942a..994812c77207 100644 --- a/sci-mathematics/pari/pari-2.3.0.ebuild +++ b/sci-mathematics/pari/pari-2.3.0.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/pari/pari-2.3.0.ebuild,v 1.4 2006/09/26 15:18:10 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.0.ebuild,v 1.5 2007/07/22 06:59:26 dberkholz Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -15,7 +15,7 @@ IUSE="doc emacs X" DEPEND="doc? ( virtual/tetex ) sys-libs/readline - X? ( || ( x11-libs/libX11 virtual/x11 ) )" + X? ( x11-libs/libX11 )" src_unpack() { unpack ${A} diff --git a/sci-mathematics/pari/pari-2.3.2.ebuild b/sci-mathematics/pari/pari-2.3.2.ebuild index 7dbe79b5079c..b0752ae98597 100644 --- a/sci-mathematics/pari/pari-2.3.2.ebuild +++ b/sci-mathematics/pari/pari-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild,v 1.1 2007/05/06 12:25:45 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild,v 1.2 2007/07/22 06:59:26 dberkholz Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -15,7 +15,7 @@ IUSE="doc emacs X" DEPEND="doc? ( virtual/tetex ) sys-libs/readline - X? ( || ( x11-libs/libX11 virtual/x11 ) )" + X? ( x11-libs/libX11 )" src_unpack() { unpack ${A} |