diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2009-06-02 13:24:36 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2009-06-02 13:24:36 +0000 |
commit | ad88aac68b8853e025714ffa7cadb9c3f527c5a9 (patch) | |
tree | 5d691a13827068bbab36db4c3e8b0a5452aeee91 /app-text/sablotron | |
parent | Add patch to build with --as-needed by Kevin Pyle, closes bug #248163. (diff) | |
download | gentoo-2-ad88aac68b8853e025714ffa7cadb9c3f527c5a9.tar.gz gentoo-2-ad88aac68b8853e025714ffa7cadb9c3f527c5a9.tar.bz2 gentoo-2-ad88aac68b8853e025714ffa7cadb9c3f527c5a9.zip |
Sparc stable, Bug #272244.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-text/sablotron')
-rw-r--r-- | app-text/sablotron/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-1.0.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/sablotron/ChangeLog b/app-text/sablotron/ChangeLog index 46c32fae7558..b3941b66b81c 100644 --- a/app-text/sablotron/ChangeLog +++ b/app-text/sablotron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sablotron # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.58 2009/06/02 09:50:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.59 2009/06/02 13:24:36 fmccor Exp $ + + 02 Jun 2009; Ferris McCormick <fmccor@gentoo.org> sablotron-1.0.3.ebuild: + Sparc stable, Bug #272244. 02 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org> -sablotron-1.0.2.ebuild: diff --git a/app-text/sablotron/sablotron-1.0.3.ebuild b/app-text/sablotron/sablotron-1.0.3.ebuild index b9a06a51e19e..d47dde53e14c 100644 --- a/app-text/sablotron/sablotron-1.0.3.ebuild +++ b/app-text/sablotron/sablotron-1.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.3.ebuild,v 1.4 2008/12/12 19:19:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.3.ebuild,v 1.5 2009/06/02 13:24:36 fmccor Exp $ inherit base autotools @@ -15,7 +15,7 @@ SRC_URI="http://download-1.gingerall.cz/download/sablot/${MY_P}.tar.gz" # Sablotron can optionally be built under GPL, using MPL for now LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" IUSE="perl" RDEPEND=">=dev-libs/expat-1.95.6-r1" |