diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-03-07 11:30:27 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-03-07 11:30:27 +0000 |
commit | 356b8bb85fc609a7cb7bdf68b94d676a0333e62c (patch) | |
tree | a8413b82261c1c74bee7f56fd22e8aecad622b58 /dev-tex | |
parent | x86 stable, bug 253551 (diff) | |
download | gentoo-2-356b8bb85fc609a7cb7bdf68b94d676a0333e62c.tar.gz gentoo-2-356b8bb85fc609a7cb7bdf68b94d676a0333e62c.tar.bz2 gentoo-2-356b8bb85fc609a7cb7bdf68b94d676a0333e62c.zip |
x86 stable, bug 253551
(Portage version: 2.1.6.7/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/mplib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/mplib/mplib-1.110.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tex/mplib/ChangeLog b/dev-tex/mplib/ChangeLog index 3a11ca19c809..e51e067d2c06 100644 --- a/dev-tex/mplib/ChangeLog +++ b/dev-tex/mplib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/mplib # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/mplib/ChangeLog,v 1.11 2009/03/06 20:32:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/mplib/ChangeLog,v 1.12 2009/03/07 11:30:27 fauli Exp $ + + 07 Mar 2009; Christian Faulhammer <fauli@gentoo.org> mplib-1.110.ebuild: + x86 stable, bug 253551 06 Mar 2009; Jeroen Roovers <jer@gentoo.org> mplib-1.110.ebuild: Stable for HPPA (bug #253551). diff --git a/dev-tex/mplib/mplib-1.110.ebuild b/dev-tex/mplib/mplib-1.110.ebuild index 36abea5f48b9..a5d3acef07a5 100644 --- a/dev-tex/mplib/mplib-1.110.ebuild +++ b/dev-tex/mplib/mplib-1.110.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/mplib/mplib-1.110.ebuild,v 1.3 2009/03/06 20:32:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/mplib/mplib-1.110.ebuild,v 1.4 2009/03/07 11:30:27 fauli Exp $ EAPI=1 @@ -12,7 +12,7 @@ SRC_URI="http://foundry.supelec.fr/frs/download.php/696/${PN}-beta-${PV}-src.tar LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" # We enalbe lua by default because it will be needed by luatex IUSE="+lua" |