diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-13 13:31:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-13 13:31:44 +0000 |
commit | c32b9b835f832f980bebea99cc6edc7d9a72c491 (patch) | |
tree | fd7d051c6bc3327d109f8a2c36378047c5cb8e01 /media-fonts | |
parent | Added ~alpha keyword. (diff) | |
download | gentoo-2-c32b9b835f832f980bebea99cc6edc7d9a72c491.tar.gz gentoo-2-c32b9b835f832f980bebea99cc6edc7d9a72c491.tar.bz2 gentoo-2-c32b9b835f832f980bebea99cc6edc7d9a72c491.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/font-adobe-utopia-type1/ChangeLog | 6 | ||||
-rw-r--r-- | media-fonts/font-adobe-utopia-type1/font-adobe-utopia-type1-1.0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-fonts/font-adobe-utopia-type1/ChangeLog b/media-fonts/font-adobe-utopia-type1/ChangeLog index feec7268d20e..d217f533ef28 100644 --- a/media-fonts/font-adobe-utopia-type1/ChangeLog +++ b/media-fonts/font-adobe-utopia-type1/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/font-adobe-utopia-type1 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-adobe-utopia-type1/ChangeLog,v 1.17 2006/02/23 21:20:56 stefaan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-adobe-utopia-type1/ChangeLog,v 1.18 2006/04/13 13:31:44 flameeyes Exp $ + + 13 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + font-adobe-utopia-type1-1.0.1.ebuild: + Add ~x86-fbsd keyword. 23 Feb 2006; Stefaan De Roeck <stefaan@gentoo.org> font-adobe-utopia-type1-1.0.1.ebuild: diff --git a/media-fonts/font-adobe-utopia-type1/font-adobe-utopia-type1-1.0.1.ebuild b/media-fonts/font-adobe-utopia-type1/font-adobe-utopia-type1-1.0.1.ebuild index 3eea0aed4a75..8b442f739cf6 100644 --- a/media-fonts/font-adobe-utopia-type1/font-adobe-utopia-type1-1.0.1.ebuild +++ b/media-fonts/font-adobe-utopia-type1/font-adobe-utopia-type1-1.0.1.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/media-fonts/font-adobe-utopia-type1/font-adobe-utopia-type1-1.0.1.ebuild,v 1.5 2006/02/23 21:20:56 stefaan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/font-adobe-utopia-type1/font-adobe-utopia-type1-1.0.1.ebuild,v 1.6 2006/04/13 13:31:44 flameeyes Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="BigReqs prototype headers" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND} media-libs/fontconfig" |