diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:46:11 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:46:11 +0000 |
commit | a07668d3e4978921728b4ce13f33fae535969174 (patch) | |
tree | c7923a65350056c66eefa43603522d9291b92e76 /x11-apps/xcmsdb | |
parent | Repoman warnings (diff) | |
download | gentoo-2-a07668d3e4978921728b4ce13f33fae535969174.tar.gz gentoo-2-a07668d3e4978921728b4ce13f33fae535969174.tar.bz2 gentoo-2-a07668d3e4978921728b4ce13f33fae535969174.zip |
fix repoman warnings
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xcmsdb')
-rw-r--r-- | x11-apps/xcmsdb/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xcmsdb/xcmsdb-1.0.1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-apps/xcmsdb/ChangeLog b/x11-apps/xcmsdb/ChangeLog index c199fec6e884..1991998752b6 100644 --- a/x11-apps/xcmsdb/ChangeLog +++ b/x11-apps/xcmsdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xcmsdb -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.18 2008/10/03 08:32:28 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/ChangeLog,v 1.19 2009/05/05 07:46:11 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> xcmsdb-1.0.1.ebuild: + fix repoman warnings 03 Oct 2008; Raúl Porcel <armin76@gentoo.org> xcmsdb-1.0.1.ebuild: Add ~ia64 wrt #237411 diff --git a/x11-apps/xcmsdb/xcmsdb-1.0.1.ebuild b/x11-apps/xcmsdb/xcmsdb-1.0.1.ebuild index 68bbc9fb3f06..f5f785cfea58 100644 --- a/x11-apps/xcmsdb/xcmsdb-1.0.1.ebuild +++ b/x11-apps/xcmsdb/xcmsdb-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/xcmsdb/xcmsdb-1.0.1.ebuild,v 1.10 2008/10/03 08:32:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xcmsdb/xcmsdb-1.0.1.ebuild,v 1.11 2009/05/05 07:46:11 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,5 +9,6 @@ inherit x-modular DESCRIPTION="Device Color Characterization utility for X Color Management System" KEYWORDS="~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~x86-fbsd" +IUSE="" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" |