diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-03-09 13:44:56 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-03-09 13:44:56 +0000 |
commit | 221f53ba470a2ef879a2781ff89aa4be0997615b (patch) | |
tree | bd7b3c7e0f2b078d7ec7fb4e163f64208d4e68dd /dev-tex | |
parent | Fix up build with USE=doc that broke with the previous change, bug 211352. Th... (diff) | |
download | gentoo-2-221f53ba470a2ef879a2781ff89aa4be0997615b.tar.gz gentoo-2-221f53ba470a2ef879a2781ff89aa4be0997615b.tar.bz2 gentoo-2-221f53ba470a2ef879a2781ff89aa4be0997615b.zip |
Stable on ppc wrt bug 180550
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-tex')
-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 8d0dec34bb9c..c029d2c0d232 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.19 2008/03/09 12:13:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/ChangeLog,v 1.20 2008/03/09 13:44:56 nixnut Exp $ + + 09 Mar 2008; nixnut <nixnut@gentoo.org> listings-1.4.ebuild: + Stable on ppc wrt bug 180550 09 Mar 2008; Markus Meier <maekke@gentoo.org> listings-1.4.ebuild: x86 stable, bug #180550 diff --git a/dev-tex/listings/listings-1.4.ebuild b/dev-tex/listings/listings-1.4.ebuild index 2996ec138391..87ac1e39858c 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.3 2008/03/09 12:13:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/listings/listings-1.4.ebuild,v 1.4 2008/03/09 13:44:56 nixnut 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} |