summaryrefslogtreecommitdiff
path: root/app-text/par/par-1.53.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/par/par-1.53.0.ebuild')
-rw-r--r--app-text/par/par-1.53.0.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/app-text/par/par-1.53.0.ebuild b/app-text/par/par-1.53.0.ebuild
index d830449783fc..14ad2f6868fb 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,11 @@ 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}"
src_compile() {
emake -f protoMakefile CC="$(tc-getCC) ${CFLAGS} -c" \