diff options
author | Sam James <sam@gentoo.org> | 2024-03-16 09:27:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-16 09:27:06 +0000 |
commit | 48e193bdafc0561b7b648dae83413e58c4832fd9 (patch) | |
tree | 7ef5dbd4c9ceebe9531bb7995b4353b9eeb4fe96 /gnustep-apps | |
parent | dev-util/autoproject: add another test dep (diff) | |
download | gentoo-48e193bdafc0561b7b648dae83413e58c4832fd9.tar.gz gentoo-48e193bdafc0561b7b648dae83413e58c4832fd9.tar.bz2 gentoo-48e193bdafc0561b7b648dae83413e58c4832fd9.zip |
gnustep-apps/gnumail: Stabilize 1.4.0 x86, #913073
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/gnumail/gnumail-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild b/gnustep-apps/gnumail/gnumail-1.4.0.ebuild index dbc1c2cb26d8..62420f334158 100644 --- a/gnustep-apps/gnumail/gnumail-1.4.0.ebuild +++ b/gnustep-apps/gnumail/gnumail-1.4.0.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 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.nongnu.org/gnustep-nonfsf/gnumail/" SRC_URI="mirror://nongnu/gnustep-nonfsf/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" LICENSE="GPL-2+" SLOT="0" |