summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-01-01 22:17:27 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-01-01 22:17:27 +0300
commit4f96242f8d5db20bb04e7835809215355cc4fb7e (patch)
tree1bbc84ed3f41fad7138a9a5b7382ea938f47978e /app-text
parentapp-text/ocrad: Version bump (v0.27) (diff)
downloadgentoo-4f96242f8d5db20bb04e7835809215355cc4fb7e.tar.gz
gentoo-4f96242f8d5db20bb04e7835809215355cc4fb7e.tar.bz2
gentoo-4f96242f8d5db20bb04e7835809215355cc4fb7e.zip
app-text/ocrad: mark stable
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ocrad/ocrad-0.26.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/app-text/ocrad/ocrad-0.26.ebuild b/app-text/ocrad/ocrad-0.26.ebuild
index 1dc0d0045405..a17dd6ef8739 100644
--- a/app-text/ocrad/ocrad-0.26.ebuild
+++ b/app-text/ocrad/ocrad-0.26.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
+
inherit unpacker toolchain-funcs
DESCRIPTION="GNU Ocrad is an OCR (Optical Character Recognition) program"
@@ -10,10 +11,8 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.lz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
+KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86"
-RDEPEND=""
DEPEND="$(unpacker_src_uri_depends)"
DOCS="AUTHORS ChangeLog NEWS README"
@@ -25,7 +24,7 @@ src_configure() {
CXX="$(tc-getCXX)" \
CXXFLAGS="${CXXFLAGS}" \
LDFLAGS="${LDFLAGS}" \
- --prefix=/usr
+ --prefix=/usr || die
}
src_install() {