diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 00:21:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 00:21:20 +0000 |
commit | be73d45cd54998208c64db9dce8a5447b1f93f5d (patch) | |
tree | 170e02f8582355e4052f71e56d0d1478371167ff /dev-embedded/gpsim | |
parent | media-libs/libbluray: fix DeprecatedDep for Java (diff) | |
download | gentoo-be73d45cd54998208c64db9dce8a5447b1f93f5d.tar.gz gentoo-be73d45cd54998208c64db9dce8a5447b1f93f5d.tar.bz2 gentoo-be73d45cd54998208c64db9dce8a5447b1f93f5d.zip |
dev-embedded/gpsim: Stabilize 0.30.0 amd64, #634012
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded/gpsim')
-rw-r--r-- | dev-embedded/gpsim/gpsim-0.30.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/gpsim/gpsim-0.30.0.ebuild b/dev-embedded/gpsim/gpsim-0.30.0.ebuild index 7c6e310bd228..ce15300731a2 100644 --- a/dev-embedded/gpsim/gpsim-0.30.0.ebuild +++ b/dev-embedded/gpsim/gpsim-0.30.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="doc gtk static-libs" RDEPEND=">=dev-embedded/gputils-0.12 |