diff options
author | Chris White <chriswhite@gentoo.org> | 2006-10-23 21:36:48 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2006-10-23 21:36:48 +0000 |
commit | 9cdb355f06cda286c31b1abdcfbe8777623d2849 (patch) | |
tree | b64dd13befe224ae36fa86fd8de90b395c73d826 /app-misc/pal | |
parent | Skip some tests known to fail (bug #85277). (diff) | |
download | gentoo-2-9cdb355f06cda286c31b1abdcfbe8777623d2849.tar.gz gentoo-2-9cdb355f06cda286c31b1abdcfbe8777623d2849.tar.bz2 gentoo-2-9cdb355f06cda286c31b1abdcfbe8777623d2849.zip |
amd64 stable for bug #152254.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'app-misc/pal')
-rw-r--r-- | app-misc/pal/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/pal/pal-0.3.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/pal/ChangeLog b/app-misc/pal/ChangeLog index 83f6f2dfb194..5d5860926138 100644 --- a/app-misc/pal/ChangeLog +++ b/app-misc/pal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/pal # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/ChangeLog,v 1.19 2006/10/23 21:31:24 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/ChangeLog,v 1.20 2006/10/23 21:36:48 chriswhite Exp $ + + 23 Oct 2006; Chris White <chriswhite@gentoo.org> pal-0.3.4-r1.ebuild: + amd64 stable for bug #152254. 23 Oct 2006; Chris White <chriswhite@gentoo.org> pal-0.3.4-r1.ebuild: ppc stable for bug #152254. diff --git a/app-misc/pal/pal-0.3.4-r1.ebuild b/app-misc/pal/pal-0.3.4-r1.ebuild index c506f50d6dcd..316e5de073ef 100644 --- a/app-misc/pal/pal-0.3.4-r1.ebuild +++ b/app-misc/pal/pal-0.3.4-r1.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-misc/pal/pal-0.3.4-r1.ebuild,v 1.2 2006/10/23 21:31:24 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pal/pal-0.3.4-r1.ebuild,v 1.3 2006/10/23 21:36:48 chriswhite Exp $ inherit toolchain-funcs eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/palcal/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="amd64 ppc ~x86" IUSE="nls" RDEPEND=">=dev-libs/glib-2.0 |