diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 04:54:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-16 04:54:56 +0000 |
commit | 963295a6db6e889b3a45db6be00396980d3a3423 (patch) | |
tree | 6d392410c3957679322139ca1c5fb4929f3eca37 /app-sci/gperiodic/gperiodic-1.3.2.ebuild | |
parent | PROVIDE is for virtuals (diff) | |
download | historical-963295a6db6e889b3a45db6be00396980d3a3423.tar.gz historical-963295a6db6e889b3a45db6be00396980d3a3423.tar.bz2 historical-963295a6db6e889b3a45db6be00396980d3a3423.zip |
PROVIDE is for virtuals
Diffstat (limited to 'app-sci/gperiodic/gperiodic-1.3.2.ebuild')
-rw-r--r-- | app-sci/gperiodic/gperiodic-1.3.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-sci/gperiodic/gperiodic-1.3.2.ebuild b/app-sci/gperiodic/gperiodic-1.3.2.ebuild index e7a34f70ecdd..c36925e18cf7 100644 --- a/app-sci/gperiodic/gperiodic-1.3.2.ebuild +++ b/app-sci/gperiodic/gperiodic-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/gperiodic/gperiodic-1.3.2.ebuild,v 1.13 2004/06/06 16:23:54 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/gperiodic/gperiodic-1.3.2.ebuild,v 1.14 2004/06/16 04:52:32 mr_bones_ Exp $ inherit eutils @@ -17,8 +17,6 @@ DEPEND=">=sys-libs/ncurses-5.2 =x11-libs/gtk+-1.2* nls? ( sys-devel/gettext )" -PROVIDE="app-misc/gperiodic" - src_unpack() { unpack ${A} cd ${S} |