Skip to content

Commit

Permalink
games-misc/xcowsay: bump EAPI
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
FuzzyGophers committed May 28, 2018
1 parent 8d48044 commit 1e26b0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games-misc/xcowsay/xcowsay-1.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="2"
EAPI=6

DESCRIPTION="configurable talking graphical cow (inspired by cowsay)"
HOMEPAGE="http://www.doof.me.uk/xcowsay/"
Expand All @@ -28,7 +28,7 @@ src_configure() {
}

src_install() {
emake DESTDIR="${D}" install || die "emake failed"
default
if ! use fortune; then
rm -f "${D}"/usr/bin/xcowfortune
fi
Expand Down

0 comments on commit 1e26b0b

Please sign in to comment.