diff options
author | 2019-05-25 11:29:45 +0300 | |
---|---|---|
committer | 2019-05-25 11:29:45 +0300 | |
commit | 7ba573ad2765cc7ba461226b211de372c2e7a84f (patch) | |
tree | 3746cf399ef5f779799b2efc800ec08eacbb2b83 /www-apache | |
parent | net-misc/dhcpcd: Security cleanup (diff) | |
download | gentoo-7ba573ad2765cc7ba461226b211de372c2e7a84f.tar.gz gentoo-7ba573ad2765cc7ba461226b211de372c2e7a84f.tar.bz2 gentoo-7ba573ad2765cc7ba461226b211de372c2e7a84f.zip |
www-apache/mod_macro: amd64 stable wrt bug #676816
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_macro/mod_macro-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_macro/mod_macro-1.2.1.ebuild b/www-apache/mod_macro/mod_macro-1.2.1.ebuild index dfdea3d4bcd0..9a69ca21aab8 100644 --- a/www-apache/mod_macro/mod_macro-1.2.1.ebuild +++ b/www-apache/mod_macro/mod_macro-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -12,7 +12,7 @@ SRC_URI="http://people.apache.org/~fabien/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="sys-devel/libtool" |