diff options
author | Sam James <sam@gentoo.org> | 2021-01-02 21:10:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-02 21:10:01 +0000 |
commit | 588be8c144039463441269c2e288cf164071478c (patch) | |
tree | 7ebd6eba40516db91390c6a9d6745c80803869c7 /gnustep-base | |
parent | dev-cpp/nlohmann_json: (really) build tests conditionally (diff) | |
download | gentoo-588be8c144039463441269c2e288cf164071478c.tar.gz gentoo-588be8c144039463441269c2e288cf164071478c.tar.bz2 gentoo-588be8c144039463441269c2e288cf164071478c.zip |
gnustep-base/gnustep-make: Stabilize 2.8.0 amd64, #761070
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gnustep-base')
-rw-r--r-- | gnustep-base/gnustep-make/gnustep-make-2.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnustep-base/gnustep-make/gnustep-make-2.8.0.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.8.0.ebuild index 2fdb43398486..675cde048929 100644 --- a/gnustep-base/gnustep-make/gnustep-make-2.8.0.ebuild +++ b/gnustep-base/gnustep-make/gnustep-make-2.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="libobjc2 native-exceptions" DEPEND="${GNUSTEP_CORE_DEPEND} |