diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-12-25 12:19:22 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-12-25 12:19:22 +0000 |
commit | 03107008f5d562214ff7e5dd849e6357aa6ed52d (patch) | |
tree | 9fbdcc814fea127288737c81adeb10394875967d | |
parent | Initial 2.6.28 release (diff) | |
download | gentoo-2-03107008f5d562214ff7e5dd849e6357aa6ed52d.tar.gz gentoo-2-03107008f5d562214ff7e5dd849e6357aa6ed52d.tar.bz2 gentoo-2-03107008f5d562214ff7e5dd849e6357aa6ed52d.zip |
Stable on alpha, bug #245690
(Portage version: 2.1.6.1/cvs/Linux 2.6.27.5 x86_64)
-rw-r--r-- | media-libs/plotutils/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/plotutils/plotutils-2.5.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/plotutils/ChangeLog b/media-libs/plotutils/ChangeLog index a2acaa50b4de..764361fa43c3 100644 --- a/media-libs/plotutils/ChangeLog +++ b/media-libs/plotutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/plotutils # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.47 2008/12/20 18:20:29 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.48 2008/12/25 12:19:22 klausman Exp $ + + 25 Dec 2008; Tobias Klausmann <klausman@gentoo.org> + plotutils-2.5.1.ebuild: + Stable on alpha, bug #245690 20 Dec 2008; Markus Meier <maekke@gentoo.org> plotutils-2.5.1.ebuild: amd64/x86 stable, bug #245690 diff --git a/media-libs/plotutils/plotutils-2.5.1.ebuild b/media-libs/plotutils/plotutils-2.5.1.ebuild index ba71cddad1b4..716a3180236f 100644 --- a/media-libs/plotutils/plotutils-2.5.1.ebuild +++ b/media-libs/plotutils/plotutils-2.5.1.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/media-libs/plotutils/plotutils-2.5.1.ebuild,v 1.4 2008/12/20 18:20:29 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.5.1.ebuild,v 1.5 2008/12/25 12:19:22 klausman Exp $ inherit libtool eutils flag-o-matic @@ -17,7 +17,7 @@ SRC_URI="mirror://gnu/plotutils/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~s390 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~s390 sparc x86 ~x86-fbsd" IUSE="X" DEPEND="media-libs/libpng |