summaryrefslogtreecommitdiff
path: root/app-misc/tprint
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /app-misc/tprint
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'app-misc/tprint')
-rw-r--r--app-misc/tprint/Manifest2
-rw-r--r--app-misc/tprint/tprint-1.1.0-r1.ebuild9
2 files changed, 6 insertions, 5 deletions
diff --git a/app-misc/tprint/Manifest b/app-misc/tprint/Manifest
index 685f5a8ce6b4..e40c601060d9 100644
--- a/app-misc/tprint/Manifest
+++ b/app-misc/tprint/Manifest
@@ -1,3 +1,3 @@
DIST tprint-1.1.0.tar.gz 14089 BLAKE2B 5cba4162ec111c9eb41b883e9e1582b1885117000189e63a1c3d529df695fade156228318d7b86a5c2eb69ecb8d9ec70ad40a4deb624b5474a052f3d0557dd15 SHA512 828135ba52a163b00257e243e683f0f01b3a47b161785c70aa2b43f227859a6a4e629687d07190c42941ab03012d6bb1eddeb3767f177af6302a873cb7713831
-EBUILD tprint-1.1.0-r1.ebuild 611 BLAKE2B 8e5cb9d3446a68e9f3e097b816c45b7042a0292e7d4465ff49363643dda354d8d411f887a852687d705a04fc16b777293b4469848159ba47c9adcbf18bbd22aa SHA512 afb0cce8179978308ef74572081f07238c11797d2bc9db55ef858a9507417a6eb167224b8052611358032f252d284332c7dda8e9b77c21fd6bd06ab2f2dc187c
+EBUILD tprint-1.1.0-r1.ebuild 612 BLAKE2B 507e85de5feaf11ecc1a2bd44ce29c2c58f7b599476e46e0f608237412cdaea0655a9b2a8c8f62a77d9680590eb3dc9a21497955ab663fe5bb3c9753b2640a62 SHA512 51e8a795947b489a173fb696d9c52e6d391e4d5c20aa05e9e8df31d8c6411465f862b92a9553ed657e3303eef2f0045ccb30030a101f985deee7ec197fce86e6
MISC metadata.xml 421 BLAKE2B 73570ad9de56bc18aacba474b07f49edd35d562f1d5220318b0200d14ccc0c5a2ac12f6a9b5c0d7c51ccaba31e53671838c924dbda322db376cd6dc0bb1d755c SHA512 2cd028ad4b59baccac477041c36891bc3f3db16c76aae0495864ae29e31f61f53a280eaff170c9ba0acade5beaf1a632524a770b08fb11ebbf8ec90dc2cc09d4
diff --git a/app-misc/tprint/tprint-1.1.0-r1.ebuild b/app-misc/tprint/tprint-1.1.0-r1.ebuild
index b473dcc73077..fc7e22cc6f76 100644
--- a/app-misc/tprint/tprint-1.1.0-r1.ebuild
+++ b/app-misc/tprint/tprint-1.1.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit toolchain-funcs
@@ -12,9 +12,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
-IUSE=""
src_prepare() {
+ default
+
sed -i Makefile \
-e 's:cc:$(CC):g' \
-e 's:-g -O2:$(CFLAGS) $(LDFLAGS):g' \
@@ -22,7 +23,7 @@ src_prepare() {
}
src_compile() {
- emake CC=$(tc-getCC)
+ emake CC="$(tc-getCC)"
}
src_install() {