diff options
author | Caleb Tennis <caleb@gentoo.org> | 2008-12-21 21:58:57 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2008-12-21 21:58:57 +0000 |
commit | a01160850a7587487e77743b5942c054c0571582 (patch) | |
tree | 4fbc765e28c084d57846438fdf6c20c1327a6b5f /www-servers/mini_httpd | |
parent | don't pre-strip files, bug #251951 (diff) | |
download | gentoo-2-a01160850a7587487e77743b5942c054c0571582.tar.gz gentoo-2-a01160850a7587487e77743b5942c054c0571582.tar.bz2 gentoo-2-a01160850a7587487e77743b5942c054c0571582.zip |
amd64 stable
(Portage version: 2.2_rc17/cvs/Linux 2.6.21-gentoo-r1 i686)
Diffstat (limited to 'www-servers/mini_httpd')
-rw-r--r-- | www-servers/mini_httpd/ChangeLog | 5 | ||||
-rw-r--r-- | www-servers/mini_httpd/mini_httpd-1.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-servers/mini_httpd/ChangeLog b/www-servers/mini_httpd/ChangeLog index 52a9461b474a..1c19dc038bf4 100644 --- a/www-servers/mini_httpd/ChangeLog +++ b/www-servers/mini_httpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/mini_httpd # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/ChangeLog,v 1.10 2008/04/21 17:27:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/ChangeLog,v 1.11 2008/12/21 21:58:57 caleb Exp $ + + 21 Dec 2008; Caleb Tennis <caleb@gentoo.org> mini_httpd-1.19.ebuild: + amd64 stable 21 Apr 2008; Raúl Porcel <armin76@gentoo.org> mini_httpd-1.19.ebuild: Don't strip, respect CFLAGS, LDFLAGS, use right compiler, add ~ia64, sparc diff --git a/www-servers/mini_httpd/mini_httpd-1.19.ebuild b/www-servers/mini_httpd/mini_httpd-1.19.ebuild index 056f37fb6c2c..25fba8e77078 100644 --- a/www-servers/mini_httpd/mini_httpd-1.19.ebuild +++ b/www-servers/mini_httpd/mini_httpd-1.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.9 2008/04/21 17:27:43 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/mini_httpd/mini_httpd-1.19.ebuild,v 1.10 2008/12/21 21:58:57 caleb Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.acme.com/software/mini_httpd/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~ia64 ppc s390 sparc x86" +KEYWORDS="amd64 ~ia64 ppc s390 sparc x86" IUSE="ssl ipv6" DEPEND="ssl? ( dev-libs/openssl )" |