diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-31 00:07:23 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-31 00:07:23 +0000 |
commit | a7a3d4bbec58a8e5ccd03deb7236cd2b414ad9d6 (patch) | |
tree | 25385b7ff18e7ea0984c46ace69f851091d0a4b7 /sys-libs/libutempter | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-a7a3d4bbec58a8e5ccd03deb7236cd2b414ad9d6.tar.gz gentoo-2-a7a3d4bbec58a8e5ccd03deb7236cd2b414ad9d6.tar.bz2 gentoo-2-a7a3d4bbec58a8e5ccd03deb7236cd2b414ad9d6.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'sys-libs/libutempter')
-rw-r--r-- | sys-libs/libutempter/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/libutempter/libutempter-1.1.2.1.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-libs/libutempter/ChangeLog b/sys-libs/libutempter/ChangeLog index dc95067a3f72..00a8912a3f15 100644 --- a/sys-libs/libutempter/ChangeLog +++ b/sys-libs/libutempter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/libutempter -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.6 2005/12/23 19:52:51 hansmi Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/ChangeLog,v 1.7 2006/03/31 00:07:23 flameeyes Exp $ + + 31 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> + libutempter-1.1.2.1.ebuild: + Add ~x86-fbsd keyword. 23 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> libutempter-1.1.2.1.ebuild: diff --git a/sys-libs/libutempter/libutempter-1.1.2.1.ebuild b/sys-libs/libutempter/libutempter-1.1.2.1.ebuild index 7b92f349efca..d0b89483fbce 100644 --- a/sys-libs/libutempter/libutempter-1.1.2.1.ebuild +++ b/sys-libs/libutempter/libutempter-1.1.2.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/sys-libs/libutempter/libutempter-1.1.2.1.ebuild,v 1.8 2006/01/05 02:48:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libutempter/libutempter-1.1.2.1.ebuild,v 1.9 2006/03/31 00:07:23 flameeyes Exp $ inherit rpm eutils flag-o-matic versionator @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.altlinux.ru/pub/distributions/ALTLinux/Sisyphus/SRPMS.classic LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND="" |