diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-12-22 10:52:11 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-12-22 10:52:11 +0000 |
commit | ae97ca5b4facf38ebea8b82d922be80ee633bc1c (patch) | |
tree | e96dbb7758a80f5b272992f66865ec7e1c8e17d0 /sys-block/whdd | |
parent | Merge remote-tracking branch 'github/pr/461'. (diff) | |
download | gentoo-ae97ca5b4facf38ebea8b82d922be80ee633bc1c.tar.gz gentoo-ae97ca5b4facf38ebea8b82d922be80ee633bc1c.tar.bz2 gentoo-ae97ca5b4facf38ebea8b82d922be80ee633bc1c.zip |
sys-block/whdd: EAPI 5 bump.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'sys-block/whdd')
-rw-r--r-- | sys-block/whdd/whdd-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/whdd/whdd-9999.ebuild b/sys-block/whdd/whdd-9999.ebuild index eed54425e6f6..cb67b4af38b4 100644 --- a/sys-block/whdd/whdd-9999.ebuild +++ b/sys-block/whdd/whdd-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 EGIT_REPO_URI="git://github.com/whdd/whdd.git" inherit eutils git-2 |