logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 7ba08a67ac2c9af2966215efed5b65157d371175
parent e343f49b459be7e65b81b35126c8fa19f6dcea6c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 21 May 2021 18:21:30 +0200

app-text/sshpaste: EAPI-7

Diffstat:

Mapp-i18n/unicode-data/unicode-data-13.0.0.ebuild2+-
Mapp-text/sshpaste/sshpaste-1.0.1.ebuild4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-i18n/unicode-data/unicode-data-13.0.0.ebuild b/app-i18n/unicode-data/unicode-data-13.0.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://www.unicode.org/Public/zipped/${PV}/UCD.zip -> ${P}-UCD.zip LICENSE="unicode" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND="app-arch/unzip" diff --git a/app-text/sshpaste/sshpaste-1.0.1.ebuild b/app-text/sshpaste/sshpaste-1.0.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="wgetpaste clone for pushing to your own server" HOMEPAGE="https://hacktivis.me/git/sshpaste/" @@ -9,7 +9,7 @@ SRC_URI="https://hacktivis.me/releases/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="X" DEPEND=""