diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-31 20:12:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-31 20:12:14 +0000 |
commit | da567e11983c7233193a22fd612ff75351961cc9 (patch) | |
tree | ed22e69d0742c13bb241f7e4ad11268020b23a74 /x11-apps/xclock | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | historical-da567e11983c7233193a22fd612ff75351961cc9.tar.gz historical-da567e11983c7233193a22fd612ff75351961cc9.tar.bz2 historical-da567e11983c7233193a22fd612ff75351961cc9.zip |
Add ~x86-fbsd keyword.
Package-Manager: portage-2.1_pre7-r3
Diffstat (limited to 'x11-apps/xclock')
-rw-r--r-- | x11-apps/xclock/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xclock/xclock-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xclock/ChangeLog b/x11-apps/xclock/ChangeLog index 20041edc82c2..ff29e5067541 100644 --- a/x11-apps/xclock/ChangeLog +++ b/x11-apps/xclock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xclock # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.16 2006/03/09 14:05:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/ChangeLog,v 1.17 2006/03/31 20:12:14 flameeyes Exp $ + + 31 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> xclock-1.0.1.ebuild: + Add ~x86-fbsd keyword. 09 Mar 2006; Aron Griffis <agriffis@gentoo.org> xclock-1.0.1.ebuild: Mark 1.0.1 ~ia64 diff --git a/x11-apps/xclock/xclock-1.0.1.ebuild b/x11-apps/xclock/xclock-1.0.1.ebuild index fc08b3a3d5c6..41e975960726 100644 --- a/x11-apps/xclock/xclock-1.0.1.ebuild +++ b/x11-apps/xclock/xclock-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/x11-apps/xclock/xclock-1.0.1.ebuild,v 1.6 2006/03/09 14:05:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclock/xclock-1.0.1.ebuild,v 1.7 2006/03/31 20:12:14 flameeyes Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org xclock application" -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" IUSE="xprint" RDEPEND="x11-libs/libX11 x11-libs/libXrender |