diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-04-24 15:49:42 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-04-24 15:49:42 +0000 |
commit | 063d2bc58a87a1b06e6d4d56b6a7538dcb2b7e74 (patch) | |
tree | efaf51915e231429fafe9acb2680772784fda571 | |
parent | Marked ~x86-solaris, bug #296509 (diff) | |
download | gentoo-2-063d2bc58a87a1b06e6d4d56b6a7538dcb2b7e74.tar.gz gentoo-2-063d2bc58a87a1b06e6d4d56b6a7538dcb2b7e74.tar.bz2 gentoo-2-063d2bc58a87a1b06e6d4d56b6a7538dcb2b7e74.zip |
Marked ~x86-solaris, bug #296509
(Portage version: 2.2.01.18252-prefix/cvs/SunOS i386)
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index 588347ae0991..a1354c2db3dd 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.81 2011/04/24 14:28:26 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.82 2011/04/24 15:49:42 grobian Exp $ + + 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> pari-2.3.5.ebuild: + Marked ~x86-solaris, bug #296509 24 Apr 2011; Fabian Groffen <grobian@gentoo.org> pari-2.3.5.ebuild: Fix for Prefix, use EAPI=3 diff --git a/sci-mathematics/pari/pari-2.3.5.ebuild b/sci-mathematics/pari/pari-2.3.5.ebuild index 9af0afc8002a..54105e90d383 100644 --- a/sci-mathematics/pari/pari-2.3.5.ebuild +++ b/sci-mathematics/pari/pari-2.3.5.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/sci-mathematics/pari/pari-2.3.5.ebuild,v 1.5 2011/04/24 14:28:26 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.5.ebuild,v 1.6 2011/04/24 15:49:42 grobian Exp $ EAPI=3 inherit elisp-common eutils flag-o-matic toolchain-funcs @@ -17,7 +17,7 @@ SRC_URI="${SRC_COM}/unix/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" IUSE="doc data emacs fltk gmp static-libs X" RDEPEND="sys-libs/readline |