diff options
author | Sam James <sam@gentoo.org> | 2023-05-28 12:22:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:18:39 +0100 |
commit | c96ab3568e2128824e3ad77eaa059ce8ded02aff (patch) | |
tree | 462333f1f2a81dbadd4fdb512ce5cf4512939d36 /app-crypt/rotix | |
parent | app-crypt/p11-kit: drop dead prefix targets (diff) | |
download | gentoo-c96ab3568e2128824e3ad77eaa059ce8ded02aff.tar.gz gentoo-c96ab3568e2128824e3ad77eaa059ce8ded02aff.tar.bz2 gentoo-c96ab3568e2128824e3ad77eaa059ce8ded02aff.zip |
app-crypt/rotix: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/rotix')
-rw-r--r-- | app-crypt/rotix/rotix-0.83-r1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-crypt/rotix/rotix-0.83-r1.ebuild b/app-crypt/rotix/rotix-0.83-r1.ebuild index 337f79d84925..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 @@ -16,9 +16,11 @@ 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 |