diff options
author | Sam James <sam@gentoo.org> | 2023-07-04 10:42:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-04 10:42:46 +0100 |
commit | cc12431c5326354c7528736f89dfdc2e332c0b7b (patch) | |
tree | 8627f836b665ccc3f3b3cc483e3c711fa7c9579d | |
parent | dev-php/xdebug-client: Stabilize 2.9.8 x86, #909622 (diff) | |
download | gentoo-cc12431c5326354c7528736f89dfdc2e332c0b7b.tar.gz gentoo-cc12431c5326354c7528736f89dfdc2e332c0b7b.tar.bz2 gentoo-cc12431c5326354c7528736f89dfdc2e332c0b7b.zip |
dev-php/jpgraph: Stabilize 4.3.5 ALLARCHES, #909609
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-php/jpgraph/jpgraph-4.3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/jpgraph/jpgraph-4.3.5.ebuild b/dev-php/jpgraph/jpgraph-4.3.5.ebuild index 2143d3e2edb4..80e97153f638 100644 --- a/dev-php/jpgraph/jpgraph-4.3.5.ebuild +++ b/dev-php/jpgraph/jpgraph-4.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ HOMEPAGE="http://jpgraph.net/" SRC_URI="https://dev.gentoo.org/~grknight/distfiles/${P}.tar.gz" LICENSE="QPL-1.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ppc sparc x86" IUSE="truetype examples" DEPEND="" |