diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-03 14:17:08 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-04 00:07:28 +0100 |
commit | 7b31fab23fc34c5f9054a18ca83293d7a1e9b573 (patch) | |
tree | 7747f3d60e56d1297972988565372be11ae834ba /flx | |
parent | flx/init-openssh: Move to EAPI 6 (diff) | |
download | portage-7b31fab23fc34c5f9054a18ca83293d7a1e9b573.tar.xz |
flx/init-openvpn: Move to EAPI 6
Package-Manager: portage-2.2.28
Diffstat (limited to 'flx')
-rw-r--r-- | flx/init-openvpn/Manifest | 2 | ||||
-rw-r--r-- | flx/init-openvpn/init-openvpn-2.0.9.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/flx/init-openvpn/Manifest b/flx/init-openvpn/Manifest index d373f67d..223f2bdf 100644 --- a/flx/init-openvpn/Manifest +++ b/flx/init-openvpn/Manifest @@ -1,2 +1,2 @@ -EBUILD init-openvpn-2.0.9.ebuild 431 SHA256 d7a92547f314cf1377c7c0fd25e03d09d8b72828f77266ed3653b3c6e8e7bb13 WHIRLPOOL 48b0922d87b7d2b43552bead0bb3064c145842bdf3316fde92661b8f40f6d8ea6faafc84f33b3057dc331b74deea1db481eba15ab5142f5c5c139237a252995f +EBUILD init-openvpn-2.0.9.ebuild 431 SHA256 aafd6ce5edb7012b7266e250da845ebad3d8c360c689190bbac124791cebbcab WHIRLPOOL 438d5df61ab6d76fc9dbbb6ecebb10de9b36c70f917f9acd547db291a842ccd130d403616e29850c65828ac199277321d9454a1604f28d03642d063777452a13 MISC metadata.xml 256 SHA256 6ca43960767ca28661abf97c85263db77fe7643902be2ce777c61aa688d8ea2d WHIRLPOOL cef8582829111be09e651eb819e6d1ea59c9c4386b842169ccd46a14c8e3ccb090486fecd61c5fd4aa47998cacc69cdc1fb5ca6bb6325a4da1ebfd0b6eebda7b diff --git a/flx/init-openvpn/init-openvpn-2.0.9.ebuild b/flx/init-openvpn/init-openvpn-2.0.9.ebuild index 26be9848..9d724068 100644 --- a/flx/init-openvpn/init-openvpn-2.0.9.ebuild +++ b/flx/init-openvpn/init-openvpn-2.0.9.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit git-r3 flx SDIR="people/beber" |