diff options
author | 2006-03-08 07:56:31 +0000 | |
---|---|---|
committer | 2006-03-08 07:56:31 +0000 | |
commit | 4e53ee4b18957791439c03c53bd3c6cfe96fa431 (patch) | |
tree | 1a0a7ea3241d8609da681d78fe43cd4895104573 /app-admin | |
parent | Stable on ppc64; bug #125301 (diff) | |
download | gentoo-2-4e53ee4b18957791439c03c53bd3c6cfe96fa431.tar.gz gentoo-2-4e53ee4b18957791439c03c53bd3c6cfe96fa431.tar.bz2 gentoo-2-4e53ee4b18957791439c03c53bd3c6cfe96fa431.zip |
Stable on ppc64; bug #125330
(Portage version: 2.0.54)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/webapp-config/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.50.13.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/webapp-config/ChangeLog b/app-admin/webapp-config/ChangeLog index d92e8145529a..956bce1a686f 100644 --- a/app-admin/webapp-config/ChangeLog +++ b/app-admin/webapp-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/webapp-config # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.29 2006/03/07 21:58:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.30 2006/03/08 07:56:31 corsair Exp $ + + 08 Mar 2006; Markus Rothe <corsair@gentoo.org> + webapp-config-1.50.13.ebuild: + Stable on ppc64; bug #125330 07 Mar 2006; Jeroen Roovers <jer@gentoo.org> webapp-config-1.50.13.ebuild: Stable on hppa (bug #125330). diff --git a/app-admin/webapp-config/webapp-config-1.50.13.ebuild b/app-admin/webapp-config/webapp-config-1.50.13.ebuild index b07b962dfcff..a1bdee65ab51 100644 --- a/app-admin/webapp-config/webapp-config-1.50.13.ebuild +++ b/app-admin/webapp-config/webapp-config-1.50.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.13.ebuild,v 1.3 2006/03/07 21:58:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.13.ebuild,v 1.4 2006/03/08 07:56:31 corsair Exp $ inherit eutils distutils @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~wrobel/webapp-config/${PF}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc ~x86" IUSE="" S=${WORKDIR}/${PF} |