diff options
Diffstat (limited to 'dev-perl/File-DesktopEntry')
-rw-r--r-- | dev-perl/File-DesktopEntry/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/File-DesktopEntry/ChangeLog b/dev-perl/File-DesktopEntry/ChangeLog index e2e0c1356613..0f363724f2e4 100644 --- a/dev-perl/File-DesktopEntry/ChangeLog +++ b/dev-perl/File-DesktopEntry/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/File-DesktopEntry -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/ChangeLog,v 1.4 2006/10/09 14:29:17 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/ChangeLog,v 1.5 2007/12/22 19:25:16 nixnut Exp $ + + 22 Dec 2007; nixnut <nixnut@gentoo.org> File-DesktopEntry-0.02.ebuild: + Added ~ppc wrt bug 202638 09 Oct 2006; Michael Cummings <mcummings@gentoo.org> File-DesktopEntry-0.02.ebuild: diff --git a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild index 45667c6c5d19..f7ec4afb5c08 100644 --- a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild +++ b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild,v 1.4 2006/10/09 14:29:17 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/File-DesktopEntry-0.02.ebuild,v 1.5 2007/12/22 19:25:16 nixnut Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/P/PA/PARDUS/${PN}/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" SRC_TEST="do" |