diff options
author | Markus Meier <maekke@gentoo.org> | 2013-01-13 12:40:35 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-01-13 12:40:35 +0000 |
commit | 7f997a5e008a11f9db95c36c321f0d721b29f9d8 (patch) | |
tree | 6b06a89187a2b08512438659fc32cdcc0045de59 /sci-libs/pgplot | |
parent | Migrate to distutils-r1. Disallow the test server from using TCP sockets. Dis... (diff) | |
download | gentoo-2-7f997a5e008a11f9db95c36c321f0d721b29f9d8.tar.gz gentoo-2-7f997a5e008a11f9db95c36c321f0d721b29f9d8.tar.bz2 gentoo-2-7f997a5e008a11f9db95c36c321f0d721b29f9d8.zip |
add ~arm, bug #449762
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'sci-libs/pgplot')
-rw-r--r-- | sci-libs/pgplot/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/pgplot/pgplot-5.2.2-r5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/pgplot/ChangeLog b/sci-libs/pgplot/ChangeLog index f4db1a233ad8..8df8bd0a76c7 100644 --- a/sci-libs/pgplot/ChangeLog +++ b/sci-libs/pgplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/pgplot -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.27 2012/10/24 19:38:54 ulm Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.28 2013/01/13 12:40:35 maekke Exp $ + + 13 Jan 2013; Markus Meier <maekke@gentoo.org> pgplot-5.2.2-r5.ebuild: + add ~arm, bug #449762 24 Oct 2012; Ulrich Müller <ulm@gentoo.org> pgplot-5.2.2-r5.ebuild: Update dependency after package move from x11-libs/openmotif to diff --git a/sci-libs/pgplot/pgplot-5.2.2-r5.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r5.ebuild index 1df559d740b4..ae93a851d83e 100644 --- a/sci-libs/pgplot/pgplot-5.2.2-r5.ebuild +++ b/sci-libs/pgplot/pgplot-5.2.2-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r5.ebuild,v 1.3 2012/10/24 19:38:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r5.ebuild,v 1.4 2013/01/13 12:40:35 maekke Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.astro.caltech.edu/pub/pgplot/${MY_P}.tar.gz" SLOT="0" LICENSE="free-noncomm" -KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="doc motif static-libs tk" RDEPEND=" |