diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-01 17:17:32 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-01 17:17:32 +0000 |
commit | 52ed0f71690488e5d22c0a2d8b4fcda9b5911cc5 (patch) | |
tree | 0d7734f03bf187da5f14e74bce81b5becba72834 /dev-cpp/muParser | |
parent | Port Prefix keywords (diff) | |
download | gentoo-2-52ed0f71690488e5d22c0a2d8b4fcda9b5911cc5.tar.gz gentoo-2-52ed0f71690488e5d22c0a2d8b4fcda9b5911cc5.tar.bz2 gentoo-2-52ed0f71690488e5d22c0a2d8b4fcda9b5911cc5.zip |
Port Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-cpp/muParser')
-rw-r--r-- | dev-cpp/muParser/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/muParser/muParser-1.30.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/muParser/ChangeLog b/dev-cpp/muParser/ChangeLog index 0590b7cc70cc..9465c72ab713 100644 --- a/dev-cpp/muParser/ChangeLog +++ b/dev-cpp/muParser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/muParser -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/ChangeLog,v 1.11 2009/10/21 12:14:33 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/ChangeLog,v 1.12 2010/01/01 17:17:32 fauli Exp $ + + 01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> muParser-1.30.ebuild: + Port Prefix keywords 21 Oct 2009; Markus Meier <maekke@gentoo.org> muParser-1.30.ebuild: x86 stable, bug #285415 diff --git a/dev-cpp/muParser/muParser-1.30.ebuild b/dev-cpp/muParser/muParser-1.30.ebuild index 639e7bc1ed6c..f5ba68369ebd 100644 --- a/dev-cpp/muParser/muParser-1.30.ebuild +++ b/dev-cpp/muParser/muParser-1.30.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/muParser-1.30.ebuild,v 1.3 2009/10/21 12:14:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/muParser-1.30.ebuild,v 1.4 2010/01/01 17:17:32 fauli Exp $ EAPI=2 inherit eutils @@ -9,7 +9,7 @@ DESCRIPTION="Library for parsing mathematical expressions" HOMEPAGE="http://muparser.sourceforge.net/" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~ppc ~ppc64 x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc" MY_PN="${PN/P/p}" MY_PV="v${PV/./}" |