diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-03-18 02:16:22 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-03-18 02:16:22 +0000 |
commit | dd310ba412637d726eac3d9066ccf5605c370993 (patch) | |
tree | 70d2d30eb08c1562239802096d79093ae0308449 /dev-perl/File-DesktopEntry | |
parent | Fix dependencies, bug #408631. (diff) | |
download | historical-dd310ba412637d726eac3d9066ccf5605c370993.tar.gz historical-dd310ba412637d726eac3d9066ccf5605c370993.tar.bz2 historical-dd310ba412637d726eac3d9066ccf5605c370993.zip |
Added ~mips.
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
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.40.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/File-DesktopEntry/ChangeLog b/dev-perl/File-DesktopEntry/ChangeLog index 039070612003..3b63abbc261c 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/ChangeLog,v 1.30 2011/09/26 02:53:24 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/ChangeLog,v 1.31 2012/03/18 02:15:30 mattst88 Exp $ + + 18 Mar 2012; Matt Turner <mattst88@gentoo.org> + File-DesktopEntry-0.40.0.ebuild: + Added ~mips. 26 Sep 2011; Fabian Groffen <grobian@gentoo.org> File-DesktopEntry-0.40.0.ebuild: diff --git a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0.ebuild b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0.ebuild index 976ecd77b169..addc9b1b96e7 100644 --- a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0.ebuild +++ b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.40.0.ebuild,v 1.3 2011/09/26 02:53:24 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/File-DesktopEntry-0.40.0.ebuild,v 1.4 2012/03/18 02:15:30 mattst88 Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Object to handle .desktop files" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" IUSE="test" RDEPEND="virtual/perl-File-Spec |