Skip to content

Commit

Permalink
app-arch/sharutils: eutils->l10n
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 21, 2021
1 parent e1d4603 commit 223e861
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app-arch/sharutils/sharutils-4.15.2-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@

EAPI="7"

inherit eutils flag-o-matic
inherit flag-o-matic l10n

MY_P="${P/_/-}"
DESCRIPTION="Tools to deal with shar archives"
HOMEPAGE="https://www.gnu.org/software/sharutils/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
S="${WORKDIR}"/${MY_P}

LICENSE="GPL-3"
SLOT="0"
Expand All @@ -19,8 +20,6 @@ DEPEND="app-arch/xz-utils
sys-apps/texinfo
nls? ( >=sys-devel/gettext-0.10.35 )"

S=${WORKDIR}/${MY_P}

PATCHES=(
"${FILESDIR}"/${PN}-4.15.2-glibc228.patch
"${FILESDIR}"/${PN}-4.15.2-CVE-2018-1000097.patch
Expand Down

0 comments on commit 223e861

Please sign in to comment.