diff options
author | Sam James <sam@gentoo.org> | 2024-01-11 09:36:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-11 09:36:35 +0000 |
commit | 5a4b1572ca73f23aa61ddd251d6b06b0cb3ff416 (patch) | |
tree | 10db69d60c2fb7edf8a675c8eadefb347544d8b1 /gnustep-apps/price | |
parent | gnustep-apps/affiche: Stabilize 0.6.0-r5 x86, #918497 (diff) | |
download | gentoo-5a4b1572ca73f23aa61ddd251d6b06b0cb3ff416.tar.gz gentoo-5a4b1572ca73f23aa61ddd251d6b06b0cb3ff416.tar.bz2 gentoo-5a4b1572ca73f23aa61ddd251d6b06b0cb3ff416.zip |
gnustep-apps/price: Stabilize 1.3.0-r1 x86, #918500
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gnustep-apps/price')
-rw-r--r-- | gnustep-apps/price/price-1.3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnustep-apps/price/price-1.3.0-r1.ebuild b/gnustep-apps/price/price-1.3.0-r1.ebuild index b09d961a57f6..9e20f6ef0fb5 100644 --- a/gnustep-apps/price/price-1.3.0-r1.ebuild +++ b/gnustep-apps/price/price-1.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://price.sourceforge.net/" SRC_URI="mirror://sourceforge/price/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" SLOT="0" LICENSE="GPL-2+" |