summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/rotix/rotix-0.83-r1.ebuild')
-rw-r--r--app-crypt/rotix/rotix-0.83-r1.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/app-crypt/rotix/rotix-0.83-r1.ebuild b/app-crypt/rotix/rotix-0.83-r1.ebuild
index 659781528a35..31d10f900b4b 100644
--- a/app-crypt/rotix/rotix-0.83-r1.ebuild
+++ b/app-crypt/rotix/rotix-0.83-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,15 +10,17 @@ SRC_URI="https://github.com/shemminga/${PN}/releases/download/${PV}/${PN}_${PV}.
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DEPEND="sys-devel/gettext"
RDEPEND="${DEPEND}"
-PATCHES=( "${FILESDIR}"/0.83-respect-CFLAGS-and-dont-strip.patch
-"${FILESDIR}"/rotix-0.83-locale.patch
-"${FILESDIR}"/rotix-0.83-interix.patch )
+PATCHES=(
+ "${FILESDIR}"/0.83-respect-CFLAGS-and-dont-strip.patch
+ "${FILESDIR}"/rotix-0.83-locale.patch
+ "${FILESDIR}"/rotix-0.83-interix.patch
+)
src_prepare() {
default