diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-03 14:07:50 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-09-03 22:27:23 +0100 |
commit | 8ce218c2fba3e7d7f66c78416aaecde62e66b87e (patch) | |
tree | c40ae6f6f2807bef64f79af0b342b1e32739d7fe /flx/init-apache | |
parent | flx/init-alix-leds: Move to EAPI 6 (diff) | |
download | portage-8ce218c2fba3e7d7f66c78416aaecde62e66b87e.tar.xz |
flx/init-apache: Move to EAPI 6
Package-Manager: portage-2.2.28
Diffstat (limited to 'flx/init-apache')
-rw-r--r-- | flx/init-apache/Manifest | 2 | ||||
-rw-r--r-- | flx/init-apache/init-apache-1.3.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/flx/init-apache/Manifest b/flx/init-apache/Manifest index 526076e0..ddf6ac40 100644 --- a/flx/init-apache/Manifest +++ b/flx/init-apache/Manifest @@ -1,2 +1,2 @@ -EBUILD init-apache-1.3.ebuild 408 SHA256 67fc6ecadb6c19c39e410a732df488c5c233359bf386bdefd0f67e66f8fd1620 WHIRLPOOL 1e7b199a3e268c4dacb37cc2171b4a531ec36c42cb53833cd0b0b5e6ccb792bfac3d71252de740587f2e3470bd08eb005ad5ce85b57047b3b73a6416d43e0515 +EBUILD init-apache-1.3.ebuild 408 SHA256 dd3e1dd2af8b65faaa32d9903584fa8aadf1503ffffc5060b0c2dd124fa4d548 WHIRLPOOL 8d7ea5feee7d7bb64ba40b5d8bd6891cb9d64a939a89f9216f34638ba0603c8f1defca21676dc7b314abb427986916fca1c533a15ba63137d860ed8f081d0899 MISC metadata.xml 256 SHA256 6ca43960767ca28661abf97c85263db77fe7643902be2ce777c61aa688d8ea2d WHIRLPOOL cef8582829111be09e651eb819e6d1ea59c9c4386b842169ccd46a14c8e3ccb090486fecd61c5fd4aa47998cacc69cdc1fb5ca6bb6325a4da1ebfd0b6eebda7b diff --git a/flx/init-apache/init-apache-1.3.ebuild b/flx/init-apache/init-apache-1.3.ebuild index 328c795c..aba63d00 100644 --- a/flx/init-apache/init-apache-1.3.ebuild +++ b/flx/init-apache/init-apache-1.3.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/apache.git" |