diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:53:15 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 13:53:15 +0100 |
commit | a8fce4a1d95cce422b95c413af67590eefa891e4 (patch) | |
tree | 18aff96bff2ca52f36f1587537da0193f0f951f7 /app-crypt | |
parent | app-cdr/xbiso: drop x86-macos (diff) | |
download | gentoo-a8fce4a1d95cce422b95c413af67590eefa891e4.tar.gz gentoo-a8fce4a1d95cce422b95c413af67590eefa891e4.tar.bz2 gentoo-a8fce4a1d95cce422b95c413af67590eefa891e4.zip |
app-crypt/ccrypt: 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-crypt')
-rw-r--r-- | app-crypt/ccrypt/ccrypt-1.11-r1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/ccrypt/ccrypt-1.11.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/ccrypt/ccrypt-1.11-r1.ebuild b/app-crypt/ccrypt/ccrypt-1.11-r1.ebuild index 80eb3d149de6..62799051740e 100644 --- a/app-crypt/ccrypt/ccrypt-1.11-r1.ebuild +++ b/app-crypt/ccrypt/ccrypt-1.11-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="7" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" IUSE="emacs" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" DEPEND="emacs? ( >=app-editors/emacs-23.1:* )" diff --git a/app-crypt/ccrypt/ccrypt-1.11.ebuild b/app-crypt/ccrypt/ccrypt-1.11.ebuild index 279e8559ec7f..18b8e11e62d4 100644 --- a/app-crypt/ccrypt/ccrypt-1.11.ebuild +++ b/app-crypt/ccrypt/ccrypt-1.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -8,4 +8,4 @@ HOMEPAGE="https://sourceforge.net/projects/ccrypt/" SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" |