diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-03-24 15:16:48 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-03-24 15:16:48 +0000 |
commit | 6de586abb051f59eae3fdbb8f0837e712e768960 (patch) | |
tree | e5272052822c17e38ba180f40227bac6ae6a56b3 /dev-perl | |
parent | Fix for Prefix, add Prefix keywords (diff) | |
download | gentoo-2-6de586abb051f59eae3fdbb8f0837e712e768960.tar.gz gentoo-2-6de586abb051f59eae3fdbb8f0837e712e768960.tar.bz2 gentoo-2-6de586abb051f59eae3fdbb8f0837e712e768960.zip |
Marked ~x64-macos
(Portage version: 2.2.01.20271-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Unicode-EastAsianWidth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Unicode-EastAsianWidth/ChangeLog b/dev-perl/Unicode-EastAsianWidth/ChangeLog index c88aa097857b..778c93f3b382 100644 --- a/dev-perl/Unicode-EastAsianWidth/ChangeLog +++ b/dev-perl/Unicode-EastAsianWidth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Unicode-EastAsianWidth # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/ChangeLog,v 1.2 2012/03/21 20:39:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/ChangeLog,v 1.3 2012/03/24 15:16:48 grobian Exp $ + + 24 Mar 2012; Fabian Groffen <grobian@gentoo.org> + Unicode-EastAsianWidth-1.30.ebuild: + Marked ~x64-macos 21 Mar 2012; Jeroen Roovers <jer@gentoo.org> Unicode-EastAsianWidth-1.30.ebuild: diff --git a/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild index 24e4b983c261..56cf9df0aa6f 100644 --- a/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild +++ b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild,v 1.2 2012/03/21 20:39:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild,v 1.3 2012/03/24 15:16:48 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ DESCRIPTION="East Asian Width properties" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~hppa ~x86 ~x64-macos" IUSE="" RDEPEND="virtual/perl-File-Spec" |