diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 08:00:12 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 08:00:12 +0000 |
commit | 7a581c7f52c73f071b9e8c349cebc1b71ca0ffc7 (patch) | |
tree | 643a7739258b70e9b7df383bf5e4025fb8f8635d /x11-apps/xkbprint | |
parent | set explicit RDEPEND (diff) | |
download | gentoo-2-7a581c7f52c73f071b9e8c349cebc1b71ca0ffc7.tar.gz gentoo-2-7a581c7f52c73f071b9e8c349cebc1b71ca0ffc7.tar.bz2 gentoo-2-7a581c7f52c73f071b9e8c349cebc1b71ca0ffc7.zip |
fix repoman warnings
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xkbprint')
-rw-r--r-- | x11-apps/xkbprint/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xkbprint/xkbprint-1.0.1.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-apps/xkbprint/ChangeLog b/x11-apps/xkbprint/ChangeLog index 956c8ffd3c86..67790578f9ab 100644 --- a/x11-apps/xkbprint/ChangeLog +++ b/x11-apps/xkbprint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xkbprint -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/ChangeLog,v 1.16 2008/03/24 14:08:57 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/ChangeLog,v 1.17 2009/05/05 08:00:12 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> + xkbprint-1.0.1.ebuild: + fix repoman warnings 24 Mar 2008; Markus Meier <maekke@gentoo.org> xkbprint-1.0.1.ebuild: amd64 stable, bug #202087 diff --git a/x11-apps/xkbprint/xkbprint-1.0.1.ebuild b/x11-apps/xkbprint/xkbprint-1.0.1.ebuild index 1e66c01afcc6..5325e392ae75 100644 --- a/x11-apps/xkbprint/xkbprint-1.0.1.ebuild +++ b/x11-apps/xkbprint/xkbprint-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/xkbprint/xkbprint-1.0.1.ebuild,v 1.7 2008/03/24 14:08:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xkbprint/xkbprint-1.0.1.ebuild,v 1.8 2009/05/05 08:00:12 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,5 +9,6 @@ inherit x-modular DESCRIPTION="print an XKB keyboard description" KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86" +IUSE="" RDEPEND="x11-libs/libxkbfile" DEPEND="${RDEPEND}" |