commit: 5857db3e50a10f511a3116b37d4124b839e50dbc
Author: gentoo-setan <gentoo-setan <AT> protonmail <DOT> com>
AuthorDate: Sun Jul 21 10:46:52 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 06:58:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5857db3e
app-text/par: remove empty IUSE, improve indents
Signed-off-by: gentoo-setan <gentoo-setan <AT> protonmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/par/par-1.53.0.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/app-text/par/par-1.53.0.ebuild b/app-text/par/par-1.53.0.ebuild
index d830449783fc..6b287a174aeb 100644
--- a/app-text/par/par-1.53.0.ebuild
+++ b/app-text/par/par-1.53.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,16 +9,16 @@ MY_P="Par-${PV}"
DESCRIPTION="a paragraph reformatter, vaguely similar to fmt, but better"
HOMEPAGE="http://www.nicemice.net/par/"
SRC_URI="http://www.nicemice.net/par/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
LICENSE="|| ( MIT par )"
SLOT="0"
KEYWORDS="~amd64 ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
~x64-macos"
-IUSE=""
-
-DEPEND="!dev-util/par
- !app-arch/par"
-S="${WORKDIR}/${MY_P}"
+DEPEND="
+ !dev-util/par
+ !app-arch/par
+"
src_compile() {
emake -f protoMakefile CC="$(tc-getCC) ${CFLAGS} -c" \