diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2006-12-11 22:02:41 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2006-12-11 22:02:41 +0000 |
commit | e133ce6f16c7315e20d764ef3a921fbfaebaa358 (patch) | |
tree | c8857afe63903038208bceddcd35f505232b5a7b /app-text/sablotron | |
parent | Added some code suggested by drizztbsd (diff) | |
download | gentoo-2-e133ce6f16c7315e20d764ef3a921fbfaebaa358.tar.gz gentoo-2-e133ce6f16c7315e20d764ef3a921fbfaebaa358.tar.bz2 gentoo-2-e133ce6f16c7315e20d764ef3a921fbfaebaa358.zip |
Added ~x86-fbsd keyword
(Portage version: 2.1.2_rc2-r4)
Diffstat (limited to 'app-text/sablotron')
-rw-r--r-- | app-text/sablotron/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/sablotron/sablotron-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/sablotron/ChangeLog b/app-text/sablotron/ChangeLog index d2af5196bc96..70dcdecb31dd 100644 --- a/app-text/sablotron/ChangeLog +++ b/app-text/sablotron/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sablotron # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.49 2006/04/25 08:45:26 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/ChangeLog,v 1.50 2006/12/11 22:02:41 drizzt Exp $ + + 11 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> sablotron-1.0.2.ebuild: + Added ~x86-fbsd keyword *sablotron-1.0.2 (24 Apr 2006) diff --git a/app-text/sablotron/sablotron-1.0.2.ebuild b/app-text/sablotron/sablotron-1.0.2.ebuild index 7474a9d12eb4..ce37ab5e0541 100644 --- a/app-text/sablotron/sablotron-1.0.2.ebuild +++ b/app-text/sablotron/sablotron-1.0.2.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/app-text/sablotron/sablotron-1.0.2.ebuild,v 1.1 2006/04/24 16:15:45 ehmsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sablotron/sablotron-1.0.2.ebuild,v 1.2 2006/12/11 22:02:41 drizzt Exp $ inherit libtool gnuconfig flag-o-matic @@ -15,7 +15,7 @@ SRC_URI="http://download-1.gingerall.cz/download/sablot/${MY_P}.tar.gz" # Sablotron can optionally be built under GPL, using MPL for now LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="doc perl" RDEPEND=">=dev-libs/expat-1.95.6-r1" |