diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-03 14:10:16 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-04 00:07:27 +0100 |
commit | dd2f21162f1f9d54df425f710df701d7f13e2e1c (patch) | |
tree | ab7365148bcf42f6eb2027be777863fbf35fff0a /flx | |
parent | flx/init-clamav: Move to EAPI 6 (diff) | |
download | portage-dd2f21162f1f9d54df425f710df701d7f13e2e1c.tar.xz |
flx/init-dnsmasq: Move to EAPI 6
Package-Manager: portage-2.2.28
Diffstat (limited to 'flx')
-rw-r--r-- | flx/init-dnsmasq/Manifest | 2 | ||||
-rw-r--r-- | flx/init-dnsmasq/init-dnsmasq-2.32.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/flx/init-dnsmasq/Manifest b/flx/init-dnsmasq/Manifest index 510bc599..6c4606d9 100644 --- a/flx/init-dnsmasq/Manifest +++ b/flx/init-dnsmasq/Manifest @@ -1,2 +1,2 @@ -EBUILD init-dnsmasq-2.32.ebuild 404 SHA256 675e85afb15b9ffb9de7331acca6d75a366d3df050505a74102051587931e017 WHIRLPOOL fc0f5d0941508b0ce4ded00b333172a40e08d83cbaf0d985b34d51842e0a9e460812275cf906ea84aca0cb1880f6ab593e648805c448976ceb35c52563b56738 +EBUILD init-dnsmasq-2.32.ebuild 404 SHA256 17aee41c873ca22218c891c751d61952633b959550a1a21060a5af043eeedafa WHIRLPOOL 1d15b5803ada6563d2ae812de2045fce43eeb9588d89eca55d1789884ddf378d94b3ef04d672e74bb680d166dadf25bd404d33418dc156b53f2bc9e2b9273a71 MISC metadata.xml 256 SHA256 6ca43960767ca28661abf97c85263db77fe7643902be2ce777c61aa688d8ea2d WHIRLPOOL cef8582829111be09e651eb819e6d1ea59c9c4386b842169ccd46a14c8e3ccb090486fecd61c5fd4aa47998cacc69cdc1fb5ca6bb6325a4da1ebfd0b6eebda7b diff --git a/flx/init-dnsmasq/init-dnsmasq-2.32.ebuild b/flx/init-dnsmasq/init-dnsmasq-2.32.ebuild index e4f54e87..7c82c9f1 100644 --- a/flx/init-dnsmasq/init-dnsmasq-2.32.ebuild +++ b/flx/init-dnsmasq/init-dnsmasq-2.32.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 HOMEPAGE="http://master.formilux.org/git/dist/pkg/clamav.git" |