summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2019-03-30 06:22:43 -0400
committerAnthony G. Basile <blueness@gentoo.org>2019-03-30 06:22:43 -0400
commite69870431d5eaefa896ea4e6b324eade97e7f30e (patch)
treec90485509f51198207639a5d0c28e00274e53021 /sys-apps/install-xattr/install-xattr-9999.ebuild
parentmedia-libs/leptonica: Drop old 1.76.0 (diff)
downloadgentoo-e69870431d5eaefa896ea4e6b324eade97e7f30e.tar.gz
gentoo-e69870431d5eaefa896ea4e6b324eade97e7f30e.tar.bz2
gentoo-e69870431d5eaefa896ea4e6b324eade97e7f30e.zip
sys-apps/install-xattr: version bump to 0.6, address bug #681866
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sys-apps/install-xattr/install-xattr-9999.ebuild')
-rw-r--r--sys-apps/install-xattr/install-xattr-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/install-xattr/install-xattr-9999.ebuild b/sys-apps/install-xattr/install-xattr-9999.ebuild
index 830b2d6cd4f9..2da2f9601445 100644
--- a/sys-apps/install-xattr/install-xattr-9999.ebuild
+++ b/sys-apps/install-xattr/install-xattr-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended Attributes"
HOMEPAGE="https://dev.gentoo.org/~blueness/install-xattr/"
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/elfix.git"
@@ -23,6 +23,7 @@ SLOT="0"
src_prepare() {
default
tc-export CC
+ append-cppflags "-D_FILE_OFFSET_BITS=64"
}
src_compile() {