diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-03-06 20:32:48 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-03-06 20:32:48 +0000 |
commit | 3a65fafae65f470b0675ff5e575d9ee51896b0dc (patch) | |
tree | 1efac9a241f2893a3cc372303a5a8f5eabffaed9 /dev-tex | |
parent | Stable for HPPA (bug #253551). (diff) | |
download | gentoo-2-3a65fafae65f470b0675ff5e575d9ee51896b0dc.tar.gz gentoo-2-3a65fafae65f470b0675ff5e575d9ee51896b0dc.tar.bz2 gentoo-2-3a65fafae65f470b0675ff5e575d9ee51896b0dc.zip |
Stable for HPPA (bug #253551).
(Portage version: 2.2_rc23/cvs/Linux i686)
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 a8db50cb2ffa..3a11ca19c809 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.10 2009/02/27 14:25:59 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/mplib/ChangeLog,v 1.11 2009/03/06 20:32:48 jer Exp $ + + 06 Mar 2009; Jeroen Roovers <jer@gentoo.org> mplib-1.110.ebuild: + Stable for HPPA (bug #253551). 27 Feb 2009; Ferris McCormick <fmccor@gentoo.org> mplib-1.110.ebuild: Sparc stable, preparation for Bug #253551. diff --git a/dev-tex/mplib/mplib-1.110.ebuild b/dev-tex/mplib/mplib-1.110.ebuild index 0b66f5530a50..36abea5f48b9 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.2 2009/02/27 14:25:59 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/mplib/mplib-1.110.ebuild,v 1.3 2009/03/06 20:32:48 jer 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" |