diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-09-22 16:09:04 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-09-22 16:09:04 +0000 |
commit | 65cb4cbcb37434efa345fc03b634ef98852b21d7 (patch) | |
tree | 5044ea04a704d26971170a389678719bd539d711 /dev-tex/svninfo | |
parent | Fix LICENSE (diff) | |
download | gentoo-2-65cb4cbcb37434efa345fc03b634ef98852b21d7.tar.gz gentoo-2-65cb4cbcb37434efa345fc03b634ef98852b21d7.tar.bz2 gentoo-2-65cb4cbcb37434efa345fc03b634ef98852b21d7.zip |
Add ~sparc keyword, part of Bug #237202.
(Portage version: 2.2_rc9/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
Diffstat (limited to 'dev-tex/svninfo')
-rw-r--r-- | dev-tex/svninfo/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/svninfo/svninfo-0.7.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tex/svninfo/ChangeLog b/dev-tex/svninfo/ChangeLog index 6643fbdf8671..1469506c555a 100644 --- a/dev-tex/svninfo/ChangeLog +++ b/dev-tex/svninfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/svninfo # Copyright 2005-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.19 2008/09/21 13:06:33 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/ChangeLog,v 1.20 2008/09/22 16:09:04 fmccor Exp $ + + 22 Sep 2008; Ferris McCormick <fmccor@gentoo.org> svninfo-0.7.3-r1.ebuild: + Add ~sparc keyword, part of Bug #237202. 21 Sep 2008; Brent Baude <ranger@gentoo.org> svninfo-0.7.3-r1.ebuild: Marking svninfo-0.7.3-r1 ~ppc64 for bug 237202 diff --git a/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild b/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild index b010d5f2e99b..13aad4752cef 100644 --- a/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild +++ b/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 2005-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild,v 1.3 2008/09/21 13:06:33 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/svninfo/svninfo-0.7.3-r1.ebuild,v 1.4 2008/09/22 16:09:04 fmccor Exp $ inherit latex-package eutils @@ -9,7 +9,7 @@ DESCRIPTION="A LaTeX module to acces SVN version info" HOMEPAGE="http://www.brucker.ch/projects/svninfo/index.en.html" SRC_URI="http://www.brucker.ch/projects/svninfo/download/${P}.tar.gz" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DOCS="README" |