diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-03-08 20:05:27 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-03-08 20:05:27 +0000 |
commit | 6d8c8a47218df9c745e75f1558a34e0b951e804f (patch) | |
tree | c8ef7ded2c2605726ff439127f31e22473f58045 /dev-tex/listings | |
parent | x86 stable, bug #212665 (diff) | |
download | gentoo-2-6d8c8a47218df9c745e75f1558a34e0b951e804f.tar.gz gentoo-2-6d8c8a47218df9c745e75f1558a34e0b951e804f.tar.bz2 gentoo-2-6d8c8a47218df9c745e75f1558a34e0b951e804f.zip |
Sparc stable, Bug #180550 --- built with USE=doc, texlive.
(Portage version: 2.2_pre3)
Diffstat (limited to 'dev-tex/listings')
-rw-r--r-- | dev-tex/listings/ChangeLog | 5 | ||||
-rw-r--r-- | dev-tex/listings/listings-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tex/listings/ChangeLog b/dev-tex/listings/ChangeLog index 68cab9894a39..78509ad0167c 100644 --- a/dev-tex/listings/ChangeLog +++ b/dev-tex/listings/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-tex/listings # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/ChangeLog,v 1.17 2008/03/08 11:56:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/ChangeLog,v 1.18 2008/03/08 20:05:27 fmccor Exp $ + + 08 Mar 2008; Ferris McCormick <fmccor@gentoo.org> listings-1.4.ebuild: + Sparc stable, Bug #180550 --- built with USE=doc, texlive. 08 Mar 2008; Alexis Ballier <aballier@gentoo.org> -listings-1.2.ebuild: remove old diff --git a/dev-tex/listings/listings-1.4.ebuild b/dev-tex/listings/listings-1.4.ebuild index 10e7137975ec..ecfe1a0c7520 100644 --- a/dev-tex/listings/listings-1.4.ebuild +++ b/dev-tex/listings/listings-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/listings-1.4.ebuild,v 1.1 2008/03/08 11:55:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/listings-1.4.ebuild,v 1.2 2008/03/08 20:05:27 fmccor Exp $ inherit latex-package @@ -13,7 +13,7 @@ LICENSE="LPPL-1.3" IUSE="doc" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86" DEPEND="app-arch/unzip" S=${WORKDIR}/${PN} |