diff options
author | Brent Baude <ranger@gentoo.org> | 2010-01-02 14:15:30 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-01-02 14:15:30 +0000 |
commit | c4e7392d0f7faae7e0a45cc0245154c3e9f10a6a (patch) | |
tree | 3c83aef93e5c18f7afbb41f8a685913e70228ee4 /dev-perl/File-DesktopEntry | |
parent | stable x86, bug 216897 (diff) | |
download | gentoo-2-c4e7392d0f7faae7e0a45cc0245154c3e9f10a6a.tar.gz gentoo-2-c4e7392d0f7faae7e0a45cc0245154c3e9f10a6a.tar.bz2 gentoo-2-c4e7392d0f7faae7e0a45cc0245154c3e9f10a6a.zip |
Marking File-DesktopEntry-0.04 ~ppc64 for bug 294277
(Portage version: 2.1.7.16/cvs/Linux ppc64)
Diffstat (limited to 'dev-perl/File-DesktopEntry')
-rw-r--r-- | dev-perl/File-DesktopEntry/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/File-DesktopEntry/File-DesktopEntry-0.04.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/File-DesktopEntry/ChangeLog b/dev-perl/File-DesktopEntry/ChangeLog index 446f7740ed39..0f6b020f1d5f 100644 --- a/dev-perl/File-DesktopEntry/ChangeLog +++ b/dev-perl/File-DesktopEntry/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-DesktopEntry -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/ChangeLog,v 1.12 2009/12/26 19:00:10 armin76 Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/ChangeLog,v 1.13 2010/01/02 14:15:30 ranger Exp $ + + 02 Jan 2010; Brent Baude <ranger@gentoo.org> + File-DesktopEntry-0.04.ebuild: + Marking File-DesktopEntry-0.04 ~ppc64 for bug 294277 26 Dec 2009; Raúl Porcel <armin76@gentoo.org> File-DesktopEntry-0.04.ebuild: diff --git a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.04.ebuild b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.04.ebuild index ab709999bf34..87ad215eb6e4 100644 --- a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.04.ebuild +++ b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.04.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.04.ebuild,v 1.6 2009/12/26 19:00:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/File-DesktopEntry-0.04.ebuild,v 1.7 2010/01/02 14:15:30 ranger Exp $ MODULE_AUTHOR=PARDUS MODULE_SECTION=${PN} @@ -11,7 +11,7 @@ DESCRIPTION="Object to handle .desktop files" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="test" SRC_TEST="do" |