diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-12-28 18:22:24 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-12-28 18:22:24 +0000 |
commit | 56562cd356a7def1d91adbc2268999a48c820e94 (patch) | |
tree | 0fd5a296a60dc354507818c69e685b82eb88e3b8 /dev-perl/MIME-Types | |
parent | Die, dont warn, if dependency checks fail #153875 by Jory A. Pratt. (diff) | |
download | gentoo-2-56562cd356a7def1d91adbc2268999a48c820e94.tar.gz gentoo-2-56562cd356a7def1d91adbc2268999a48c820e94.tar.bz2 gentoo-2-56562cd356a7def1d91adbc2268999a48c820e94.zip |
Added ~x86-fbsd keyword.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'dev-perl/MIME-Types')
-rw-r--r-- | dev-perl/MIME-Types/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/MIME-Types/MIME-Types-1.18.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/MIME-Types/ChangeLog b/dev-perl/MIME-Types/ChangeLog index 1e4a7e5cec27..04ec72b183a7 100644 --- a/dev-perl/MIME-Types/ChangeLog +++ b/dev-perl/MIME-Types/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/MIME-Types # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/ChangeLog,v 1.24 2006/11/19 16:23:02 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/ChangeLog,v 1.25 2006/12/28 18:22:24 the_paya Exp $ + + 28 Dec 2006; Javier Villavicencio <the_paya@gentoo.org> + MIME-Types-1.18.ebuild: + Added ~x86-fbsd keyword. *MIME-Types-1.18 (19 Nov 2006) diff --git a/dev-perl/MIME-Types/MIME-Types-1.18.ebuild b/dev-perl/MIME-Types/MIME-Types-1.18.ebuild index 446b556f0f44..c50f684a6058 100644 --- a/dev-perl/MIME-Types/MIME-Types-1.18.ebuild +++ b/dev-perl/MIME-Types/MIME-Types-1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/MIME-Types-1.18.ebuild,v 1.1 2006/11/19 16:23:02 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/MIME-Types-1.18.ebuild,v 1.2 2006/12/28 18:22:24 the_paya Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~markov/${P}/" SLOT="0" LICENSE="Artistic" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |