diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 21:30:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 21:30:32 +0000 |
commit | f524c1f6f46164cfd7ef9e94ce76bf64cd424fa0 (patch) | |
tree | 96a43a2f72fb46156838cba3af7ae3737946cec7 /x11-plugins/wmpop3lb | |
parent | Marked ppc (Manifest recommit) (diff) | |
download | gentoo-2-f524c1f6f46164cfd7ef9e94ce76bf64cd424fa0.tar.gz gentoo-2-f524c1f6f46164cfd7ef9e94ce76bf64cd424fa0.tar.bz2 gentoo-2-f524c1f6f46164cfd7ef9e94ce76bf64cd424fa0.zip |
add sed-4 dep
Diffstat (limited to 'x11-plugins/wmpop3lb')
-rw-r--r-- | x11-plugins/wmpop3lb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/wmpop3lb/ChangeLog b/x11-plugins/wmpop3lb/ChangeLog index 1e155113c457..5e1f69b01b68 100644 --- a/x11-plugins/wmpop3lb/ChangeLog +++ b/x11-plugins/wmpop3lb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpop3lb # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/ChangeLog,v 1.5 2004/06/24 23:16:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/ChangeLog,v 1.6 2004/06/28 21:30:32 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmpop3lb-2.4.2.ebuild: + add sed-4 dep *wmpop3lb-2.4.2 (08 Oct 2002) diff --git a/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild b/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild index feb4cb6076cc..00ca49676068 100644 --- a/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild +++ b/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild,v 1.7 2004/06/24 23:16:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpop3lb/wmpop3lb-2.4.2.ebuild,v 1.8 2004/06/28 21:30:32 agriffis Exp $ IUSE="" @@ -14,7 +14,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64" -DEPEND="virtual/x11" +DEPEND="virtual/x11 + >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S}/wmpop3 |