diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-26 18:53:43 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-26 18:53:43 +0000 |
commit | 3ff128471decd342f48023814c3050bfe2eb0c57 (patch) | |
tree | d093aaa00af715d89d81e84f6959bef3863b44ad /dev-perl/CGI-Session | |
parent | Replace chuid with user, bug #375711 (diff) | |
download | gentoo-2-3ff128471decd342f48023814c3050bfe2eb0c57.tar.gz gentoo-2-3ff128471decd342f48023814c3050bfe2eb0c57.tar.bz2 gentoo-2-3ff128471decd342f48023814c3050bfe2eb0c57.zip |
Marked ~ppc wrt #374979
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/CGI-Session')
-rw-r--r-- | dev-perl/CGI-Session/CGI-Session-4.480.0.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/CGI-Session/ChangeLog | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/CGI-Session/CGI-Session-4.480.0.ebuild b/dev-perl/CGI-Session/CGI-Session-4.480.0.ebuild index ccc6fd9b8ccb..65222c44baa0 100644 --- a/dev-perl/CGI-Session/CGI-Session-4.480.0.ebuild +++ b/dev-perl/CGI-Session/CGI-Session-4.480.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/CGI-Session-4.480.0.ebuild,v 1.1 2011/07/12 16:15:35 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/CGI-Session-4.480.0.ebuild,v 1.2 2011/07/26 18:53:43 xarthisius Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="persistent session data in CGI applications " SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="test" RDEPEND=" diff --git a/dev-perl/CGI-Session/ChangeLog b/dev-perl/CGI-Session/ChangeLog index 81ee1d23e807..cb9d0ef9a66b 100644 --- a/dev-perl/CGI-Session/ChangeLog +++ b/dev-perl/CGI-Session/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/CGI-Session # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.42 2011/07/12 16:15:35 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/CGI-Session/ChangeLog,v 1.43 2011/07/26 18:53:43 xarthisius Exp $ + + 26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> + CGI-Session-4.480.0.ebuild: + Marked ~ppc wrt #374979 *CGI-Session-4.480.0 (12 Jul 2011) |