diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-04-25 16:03:58 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-04-25 16:03:58 +0000 |
commit | 11d5ee14d3a1df95d319d0419a1c2622ccd3ad75 (patch) | |
tree | bf364d53b78b33d8f3ecdff99285639444a09a7c /www-servers | |
parent | [bump] app-editors/padre-0.960.0 (diff) | |
download | gentoo-2-11d5ee14d3a1df95d319d0419a1c2622ccd3ad75.tar.gz gentoo-2-11d5ee14d3a1df95d319d0419a1c2622ccd3ad75.tar.bz2 gentoo-2-11d5ee14d3a1df95d319d0419a1c2622ccd3ad75.zip |
Drop unnessecary die
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.23-r1.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog index c58cf3f2d72b..559fe38eb40e 100644 --- a/www-servers/lighttpd/ChangeLog +++ b/www-servers/lighttpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/lighttpd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.274 2012/03/21 11:31:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.275 2012/04/25 16:03:58 jlec Exp $ + + 25 Apr 2012; Justin Lecher <jlec@gentoo.org> lighttpd-1.4.23-r1.ebuild: + Drop unnessecary die 21 Mar 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop www-server herd as discussed in gentoo-dev ML. diff --git a/www-servers/lighttpd/lighttpd-1.4.23-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.23-r1.ebuild index e0976324f49c..477ea186c778 100644 --- a/www-servers/lighttpd/lighttpd-1.4.23-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.23-r1.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/lighttpd/lighttpd-1.4.23-r1.ebuild,v 1.1 2012/01/01 00:03:46 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.23-r1.ebuild,v 1.2 2012/04/25 16:03:58 jlec Exp $ EAPI="2" @@ -100,7 +100,7 @@ src_prepare() { sed -i -e 's|\(rst2html\)|\1.py|g' doc/Makefile.am || \ die "sed doc/Makefile.am failed" - eautoreconf || die + eautoreconf } src_configure() { @@ -118,8 +118,7 @@ src_configure() { $(use_with ssl openssl) \ $(use_with webdav webdav-props) \ $(use_with webdav webdav-locks) \ - $(use_with xattr attr) \ - || die "econf failed" + $(use_with xattr attr) } src_compile() { |