diff options
author | 2011-08-17 16:46:03 +0000 | |
---|---|---|
committer | 2011-08-17 16:46:03 +0000 | |
commit | faeb5862513814407875352fa9d8e1821f56a1e0 (patch) | |
tree | f0cfd8be82f4b6f6eebaaa8ff1384b8264ff83c3 /dev-perl/File-DesktopEntry | |
parent | keyword ~sparc-solaris (diff) | |
download | historical-faeb5862513814407875352fa9d8e1821f56a1e0.tar.gz historical-faeb5862513814407875352fa9d8e1821f56a1e0.tar.bz2 historical-faeb5862513814407875352fa9d8e1821f56a1e0.zip |
keyword ~sparc-solaris
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/File-DesktopEntry')
-rw-r--r-- | dev-perl/File-DesktopEntry/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/File-DesktopEntry/File-DesktopEntry-0.04.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/File-DesktopEntry/ChangeLog b/dev-perl/File-DesktopEntry/ChangeLog index 4936b6f8303a..e2506fb1a54a 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.25 2011/08/05 13:05:42 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/ChangeLog,v 1.26 2011/08/17 16:45:31 chithanh Exp $ + + 17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + File-DesktopEntry-0.04.ebuild: + keyword ~sparc-solaris 05 Aug 2011; Naohiro Aota <naota@gentoo.org> File-DesktopEntry-0.04.ebuild: Add ~x86-fbsd. diff --git a/dev-perl/File-DesktopEntry/File-DesktopEntry-0.04.ebuild b/dev-perl/File-DesktopEntry/File-DesktopEntry-0.04.ebuild index 8a34b73b22e7..3044ad8db5b1 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-2011 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.18 2011/08/05 13:05:42 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DesktopEntry/File-DesktopEntry-0.04.ebuild,v 1.19 2011/08/17 16:45:31 chithanh Exp $ EAPI=3 @@ -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" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris" IUSE="test" RDEPEND="virtual/perl-File-Spec |