diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-08-22 07:41:53 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-08-22 07:41:53 +0000 |
commit | c05f0ba7331d2749ff0be37b817b5896f8ba77a0 (patch) | |
tree | 8910dca5f64d5f34fe0806227c05d27802bea727 /app-text/docbook-xsl-stylesheets | |
parent | Added ~mips keyword (diff) | |
download | historical-c05f0ba7331d2749ff0be37b817b5896f8ba77a0.tar.gz historical-c05f0ba7331d2749ff0be37b817b5896f8ba77a0.tar.bz2 historical-c05f0ba7331d2749ff0be37b817b5896f8ba77a0.zip |
When marking a package stable, it helps to actually mark the package stable before cvs committing, duh.
Diffstat (limited to 'app-text/docbook-xsl-stylesheets')
-rw-r--r-- | app-text/docbook-xsl-stylesheets/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/docbook-xsl-stylesheets/ChangeLog b/app-text/docbook-xsl-stylesheets/ChangeLog index 6aa17c0518ac..370c405b7bab 100644 --- a/app-text/docbook-xsl-stylesheets/ChangeLog +++ b/app-text/docbook-xsl-stylesheets/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/docbook-xsl-stylesheets # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/ChangeLog,v 1.39 2004/08/22 07:31:18 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/ChangeLog,v 1.40 2004/08/22 07:41:53 kumba Exp $ + + 22 Aug 2004; Joshua Kinard <kumba@gentoo.org> + docbook-xsl-stylesheets-1.65.1.ebuild: + When marking a package stable, it helps to actually mark the package stable + before cvs committing, duh. 22 Aug 2004; Joshua Kinard <kumba@gentoo.org> : Marked stable on mips. diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild index c94d88ea96c3..6dde1f290b1d 100644 --- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild +++ b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild,v 1.5 2004/08/20 01:48:52 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild,v 1.6 2004/08/22 07:41:53 kumba Exp $ S=${WORKDIR}/docbook-xsl-${PV} @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/docbook/docbook-xsl-${PV}.tar.gz" LICENSE="as-is | BSD" SLOT="0" -KEYWORDS="x86 ppc sparc ~mips alpha amd64 ia64" +KEYWORDS="x86 ppc sparc mips alpha amd64 ia64" IUSE="" DEPEND="dev-libs/libxml2 |