diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:38:47 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 07:38:47 +0000 |
commit | a1e381f4b9f69ea8669f126a5ef7bbefbfa930a7 (patch) | |
tree | 9f93b8767fbcd4c47494c120951cbd61a9ab8045 /x11-apps/rstart | |
parent | fix repoman warnings (diff) | |
download | gentoo-2-a1e381f4b9f69ea8669f126a5ef7bbefbfa930a7.tar.gz gentoo-2-a1e381f4b9f69ea8669f126a5ef7bbefbfa930a7.tar.bz2 gentoo-2-a1e381f4b9f69ea8669f126a5ef7bbefbfa930a7.zip |
fix repoman warnings
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'x11-apps/rstart')
-rw-r--r-- | x11-apps/rstart/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/rstart/rstart-1.0.2.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-apps/rstart/ChangeLog b/x11-apps/rstart/ChangeLog index 1d20d8159cc4..7b14762dcc9f 100644 --- a/x11-apps/rstart/ChangeLog +++ b/x11-apps/rstart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/rstart -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/rstart/ChangeLog,v 1.15 2007/12/19 23:54:30 cla Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/rstart/ChangeLog,v 1.16 2009/05/05 07:38:47 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> rstart-1.0.2.ebuild: + fix repoman warnings 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> rstart-1.0.2.ebuild: Stable on x86 (bug #202087) diff --git a/x11-apps/rstart/rstart-1.0.2.ebuild b/x11-apps/rstart/rstart-1.0.2.ebuild index bc40233c8569..2b3405913568 100644 --- a/x11-apps/rstart/rstart-1.0.2.ebuild +++ b/x11-apps/rstart/rstart-1.0.2.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/rstart/rstart-1.0.2.ebuild,v 1.4 2008/01/13 09:36:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/rstart/rstart-1.0.2.ebuild,v 1.5 2009/05/05 07:38:47 fauli Exp $ # Must be before x-modular eclass is inherited # Hack to make autoreconf run for our patch @@ -10,6 +10,7 @@ inherit x-modular DESCRIPTION="X.Org rstart application" KEYWORDS="arm ~mips ~ppc ~ppc64 s390 sh ~sparc x86" +IUSE="" RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" |