diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:04:02 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:04:02 +0100 |
commit | 0531b48855b8db8620080d26652f61fedef0500e (patch) | |
tree | 2ec0dc841bc3c267670259d7903b6650e42d8cce /app-emacs | |
parent | app-editors/zile: drop x86-macos (diff) | |
download | gentoo-0531b48855b8db8620080d26652f61fedef0500e.tar.gz gentoo-0531b48855b8db8620080d26652f61fedef0500e.tar.bz2 gentoo-0531b48855b8db8620080d26652f61fedef0500e.zip |
app-emacs/apel: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/apel/apel-10.8-r1.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/apel/apel-10.8_p20190407.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emacs/apel/apel-10.8-r1.ebuild b/app-emacs/apel/apel-10.8-r1.ebuild index c4fceb83137a..5bc2c060e9a5 100644 --- a/app-emacs/apel/apel-10.8-r1.ebuild +++ b/app-emacs/apel/apel-10.8-r1.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=6 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.jpl.org/pub/elisp/apel/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="" ELISP_PATCHES="${PN}-10.8-020_Prevent-fontset-error.patch diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild b/app-emacs/apel/apel-10.8_p20190407.ebuild index efbc3ace03df..c99cc1c8b78d 100644 --- a/app-emacs/apel/apel-10.8_p20190407.ebuild +++ b/app-emacs/apel/apel-10.8_p20190407.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/wanderlust/apel/archive/${GITHUB_SHA1}.tar.gz -> ${P LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" S="${WORKDIR}/${PN}-${GITHUB_SHA1}" |