diff options
-rw-r--r-- | www-apache/mod_xsendfile/ChangeLog | 7 | ||||
-rw-r--r-- | www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www-apache/mod_xsendfile/ChangeLog b/www-apache/mod_xsendfile/ChangeLog index 258cf99bbc31..96e5c7e0005b 100644 --- a/www-apache/mod_xsendfile/ChangeLog +++ b/www-apache/mod_xsendfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apache/mod_xsendfile -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_xsendfile/ChangeLog,v 1.10 2012/11/27 19:37:58 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_xsendfile/ChangeLog,v 1.11 2014/12/27 19:30:32 ago Exp $ + + 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> mod_xsendfile-1.0_beta1.ebuild: + Stable for amd64, wrt bug #523010 27 Nov 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop apache herd as discussed in http://www.gossamer- diff --git a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild index 725517ee3a3f..7091cf3cec50 100644 --- a/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild +++ b/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild,v 1.2 2012/09/08 18:34:18 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_xsendfile/mod_xsendfile-1.0_beta1.ebuild,v 1.3 2014/12/27 19:30:32 ago Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="https://tn123.org/mod_xsendfile/beta/${PN}-${MY_PV}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux" +KEYWORDS="amd64 ~sparc ~x86 ~amd64-linux" IUSE="" S=${WORKDIR} |