diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:35:32 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:35:32 +0000 |
commit | 26738b0b8b601a3555f47424e83a98abae180d6e (patch) | |
tree | 2e1a193f8397e3e008fa03baf99576e8aa393b42 /x11-apps/oclock | |
parent | Quoting (diff) | |
download | gentoo-2-26738b0b8b601a3555f47424e83a98abae180d6e.tar.gz gentoo-2-26738b0b8b601a3555f47424e83a98abae180d6e.tar.bz2 gentoo-2-26738b0b8b601a3555f47424e83a98abae180d6e.zip |
fix repoman warnings
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/oclock')
-rw-r--r-- | x11-apps/oclock/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/oclock/oclock-1.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/oclock/ChangeLog b/x11-apps/oclock/ChangeLog index b81730d98438..785e5eceb6bb 100644 --- a/x11-apps/oclock/ChangeLog +++ b/x11-apps/oclock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/oclock -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/oclock/ChangeLog,v 1.15 2007/11/24 15:29:15 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/oclock/ChangeLog,v 1.16 2009/05/05 07:35:32 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> oclock-1.0.1.ebuild: + fix repoman warnings 24 Nov 2007; Raúl Porcel <armin76@gentoo.org> oclock-1.0.1.ebuild: Add ~ia64 wrt #200202 diff --git a/x11-apps/oclock/oclock-1.0.1.ebuild b/x11-apps/oclock/oclock-1.0.1.ebuild index fe7d7a38303e..9a65d4c40e94 100644 --- a/x11-apps/oclock/oclock-1.0.1.ebuild +++ b/x11-apps/oclock/oclock-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/oclock/oclock-1.0.1.ebuild,v 1.7 2007/11/24 15:29:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/oclock/oclock-1.0.1.ebuild,v 1.8 2009/05/05 07:35:32 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,7 @@ inherit x-modular DESCRIPTION="round X clock" KEYWORDS="alpha amd64 arm ~ia64 mips ppc ppc64 s390 sh sparc x86" - +IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXmu x11-libs/libXext" |