diff options
author | 2007-04-15 18:35:24 +0000 | |
---|---|---|
committer | 2007-04-15 18:35:24 +0000 | |
commit | dec054c29a65e005a563035587d274edc4b33600 (patch) | |
tree | cb508d05fc8b48e78145d499095da46ca624580f /app-admin/webmin | |
parent | Removed some bogus RDEPENDS and added a post-install, fixes bugs 101882 and 1... (diff) | |
download | historical-dec054c29a65e005a563035587d274edc4b33600.tar.gz historical-dec054c29a65e005a563035587d274edc4b33600.tar.bz2 historical-dec054c29a65e005a563035587d274edc4b33600.zip |
Stable on ppc64; bug #168878
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-admin/webmin')
-rw-r--r-- | app-admin/webmin/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.340.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-admin/webmin/ChangeLog b/app-admin/webmin/ChangeLog index ce8da483a964..068f8093a5c8 100644 --- a/app-admin/webmin/ChangeLog +++ b/app-admin/webmin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/webmin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.141 2007/04/13 16:38:50 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.142 2007/04/15 18:33:48 corsair Exp $ + + 15 Apr 2007; Markus Rothe <corsair@gentoo.org> webmin-1.340.ebuild: + Stable on ppc64; bug #168878 13 Apr 2007; Jeroen Roovers <jer@gentoo.org> webmin-1.340.ebuild: Stable for HPPA (bug #168878). diff --git a/app-admin/webmin/webmin-1.340.ebuild b/app-admin/webmin/webmin-1.340.ebuild index 34b48b30690f..f9af19bdd30c 100644 --- a/app-admin/webmin/webmin-1.340.ebuild +++ b/app-admin/webmin/webmin-1.340.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.340.ebuild,v 1.5 2007/04/14 14:26:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.340.ebuild,v 1.6 2007/04/15 18:33:48 corsair Exp $ inherit eutils pam @@ -15,7 +15,7 @@ SRC_URI="webmin-minimal? ( mirror://sourceforge/webadmin/${P}-minimal.tar.gz ) LICENSE="BSD" SLOT="0" # ~mips removed because of broken deps. Bug #86085 -KEYWORDS="~alpha amd64 arm hppa ~ppc ~ppc64 s390 sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ppc ppc64 s390 sh ~sparc x86" IUSE="apache2 pam postgres ssl webmin-minimal" DEPEND="dev-lang/perl" |