diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-02-13 18:17:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-02-13 18:17:00 +0000 |
commit | 97003ee0f657a1a6b6a109e2b4e36ad9d437054a (patch) | |
tree | 709fd2199dcb642a05afcb05ec7dce19c057a22a /media-libs/plotutils | |
parent | alpha/sparc stable wrt #353284 (diff) | |
download | gentoo-2-97003ee0f657a1a6b6a109e2b4e36ad9d437054a.tar.gz gentoo-2-97003ee0f657a1a6b6a109e2b4e36ad9d437054a.tar.bz2 gentoo-2-97003ee0f657a1a6b6a109e2b4e36ad9d437054a.zip |
alpha/ia64/s390/sparc stable wrt #353433
(Portage version: 2.1.9.39/cvs/Linux ia64)
Diffstat (limited to 'media-libs/plotutils')
-rw-r--r-- | media-libs/plotutils/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/plotutils/plotutils-2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/plotutils/ChangeLog b/media-libs/plotutils/ChangeLog index 9cb5ab29c7a9..c440e3977f06 100644 --- a/media-libs/plotutils/ChangeLog +++ b/media-libs/plotutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/plotutils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.55 2011/02/11 00:00:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/ChangeLog,v 1.56 2011/02/13 18:17:00 armin76 Exp $ + + 13 Feb 2011; Raúl Porcel <armin76@gentoo.org> plotutils-2.6.ebuild: + alpha/ia64/s390/sparc stable wrt #353433 10 Feb 2011; Markos Chandras <hwoarang@gentoo.org> plotutils-2.6.ebuild: Stable on amd64 wrt bug #353433 diff --git a/media-libs/plotutils/plotutils-2.6.ebuild b/media-libs/plotutils/plotutils-2.6.ebuild index 1aa5d7ab3a84..686f1bd651ba 100644 --- a/media-libs/plotutils/plotutils-2.6.ebuild +++ b/media-libs/plotutils/plotutils-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.6.ebuild,v 1.4 2011/02/11 00:00:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.6.ebuild,v 1.5 2011/02/13 18:17:00 armin76 Exp $ EAPI=3 inherit libtool eutils autotools @@ -11,7 +11,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="+png static-libs X" DEPEND="png? ( media-libs/libpng |