summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 11:30:17 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 11:30:17 +0000
commit5c265336b6fa5183d2ba57e7f282c316cbcbb3ac (patch)
treedb23e5ecdc059d620e8913aab379fa37789d1c52 /x11-misc/grpn
parentRemoved old version. (diff)
downloadgentoo-2-5c265336b6fa5183d2ba57e7f282c316cbcbb3ac.tar.gz
gentoo-2-5c265336b6fa5183d2ba57e7f282c316cbcbb3ac.tar.bz2
gentoo-2-5c265336b6fa5183d2ba57e7f282c316cbcbb3ac.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/grpn')
-rw-r--r--x11-misc/grpn/ChangeLog7
-rw-r--r--x11-misc/grpn/grpn-1.1.2.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-misc/grpn/ChangeLog b/x11-misc/grpn/ChangeLog
index 491b5f5fe848..6f4cb8c115ea 100644
--- a/x11-misc/grpn/ChangeLog
+++ b/x11-misc/grpn/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/grpn
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grpn/ChangeLog,v 1.6 2005/07/04 00:49:36 smithj Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grpn/ChangeLog,v 1.7 2006/01/21 11:30:17 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> grpn-1.1.2.ebuild:
+ Fixed DEPEND for modular X.
04 Jul 2005; Jonathan Smith <smithj@gentoo.org> +metadata.xml:
added metadata
diff --git a/x11-misc/grpn/grpn-1.1.2.ebuild b/x11-misc/grpn/grpn-1.1.2.ebuild
index 9eb2a3e941f4..296b08c1684a 100644
--- a/x11-misc/grpn/grpn-1.1.2.ebuild
+++ b/x11-misc/grpn/grpn-1.1.2.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grpn/grpn-1.1.2.ebuild,v 1.8 2004/06/24 22:20:56 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grpn/grpn-1.1.2.ebuild,v 1.9 2006/01/21 11:30:17 nelchael Exp $
DESCRIPTION="GRPN is a Reverse Polish Notation calculator for X"
HOMEPAGE="http://lashwhip.com/grpn.html"
SRC_URI="http://lashwhip.com/grpn/${P}.tar.gz"
-DEPEND="virtual/x11
- =x11-libs/gtk+-1.2*"
+DEPEND="=x11-libs/gtk+-1.2*"
SLOT="0"
LICENSE="GPL-2"