summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-04-01 16:04:10 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-04-01 16:04:10 +0000
commit9f76695e7d9d291bb4d9d4fd508b7e30cd41ebf6 (patch)
tree57fadbcf4084cfbf93b7d5a1fb62c3073d772a6c /www-servers
parentAdd ~ia64/~s390/~sh/~sparc wrt #404601 (diff)
downloadgentoo-2-9f76695e7d9d291bb4d9d4fd508b7e30cd41ebf6.tar.gz
gentoo-2-9f76695e7d9d291bb4d9d4fd508b7e30cd41ebf6.tar.bz2
gentoo-2-9f76695e7d9d291bb4d9d4fd508b7e30cd41ebf6.zip
And making apxs actually executable helps ...
(Portage version: 2.2.0_alpha97/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/apache/ChangeLog8
-rw-r--r--www-servers/apache/apache-2.4.1-r2.ebuild (renamed from www-servers/apache/apache-2.4.1-r1.ebuild)3
2 files changed, 9 insertions, 2 deletions
diff --git a/www-servers/apache/ChangeLog b/www-servers/apache/ChangeLog
index 9bd0dae2843d..6b89497b518f 100644
--- a/www-servers/apache/ChangeLog
+++ b/www-servers/apache/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for www-servers/apache
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.182 2012/04/01 13:30:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/ChangeLog,v 1.183 2012/04/01 16:04:10 patrick Exp $
+
+*apache-2.4.1-r2 (01 Apr 2012)
+
+ 01 Apr 2012; Patrick Lauer <patrick@gentoo.org> +apache-2.4.1-r2.ebuild,
+ -apache-2.4.1-r1.ebuild:
+ And making apxs actually executable helps ...
*apache-2.4.1-r1 (01 Apr 2012)
diff --git a/www-servers/apache/apache-2.4.1-r1.ebuild b/www-servers/apache/apache-2.4.1-r2.ebuild
index 409cf7dd12d4..1a9b51225c11 100644
--- a/www-servers/apache/apache-2.4.1-r1.ebuild
+++ b/www-servers/apache/apache-2.4.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.4.1-r1.ebuild,v 1.1 2012/04/01 13:30:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/apache/apache-2.4.1-r2.ebuild,v 1.1 2012/04/01 16:04:10 patrick Exp $
EAPI="2"
@@ -125,4 +125,5 @@ src_install() {
# well, actually installing things makes them more installed, I guess?
cp ${S}/support/apxs ${D}/usr/sbin/apxs || die "Failed to install apxs"
+ chmod 0755 ${D}/usr/sbin/apxs
}