diff options
author | Markus Meier <maekke@gentoo.org> | 2008-03-09 12:13:54 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-03-09 12:13:54 +0000 |
commit | dba53394cc7f2591a30a026e6b129abe6e36d482 (patch) | |
tree | 00dfe7102336a4b3354ec8d2298454c102c59e9d /dev-tex/listings | |
parent | Import a patch from mandriva to build against tk8.5, thanks to Pacho Ramos i... (diff) | |
download | gentoo-2-dba53394cc7f2591a30a026e6b129abe6e36d482.tar.gz gentoo-2-dba53394cc7f2591a30a026e6b129abe6e36d482.tar.bz2 gentoo-2-dba53394cc7f2591a30a026e6b129abe6e36d482.zip |
x86 stable, bug #180550
(Portage version: 2.1.4.4)
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 78509ad0167c..8d0dec34bb9c 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.18 2008/03/08 20:05:27 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/ChangeLog,v 1.19 2008/03/09 12:13:54 maekke Exp $ + + 09 Mar 2008; Markus Meier <maekke@gentoo.org> listings-1.4.ebuild: + x86 stable, bug #180550 08 Mar 2008; Ferris McCormick <fmccor@gentoo.org> listings-1.4.ebuild: Sparc stable, Bug #180550 --- built with USE=doc, texlive. diff --git a/dev-tex/listings/listings-1.4.ebuild b/dev-tex/listings/listings-1.4.ebuild index ecfe1a0c7520..2996ec138391 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.2 2008/03/08 20:05:27 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/listings-1.4.ebuild,v 1.3 2008/03/09 12:13:54 maekke 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} |