diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 19:51:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 19:51:25 +0000 |
commit | 3d800949ff986ead8dbf035d80dad83639f50485 (patch) | |
tree | 0457512b4e7fffa5869608c4e7f80cf0ecabe97c /x11-misc/e16keyedit | |
parent | glibc -> libc, add sed-4 dep (Manifest recommit) (diff) | |
download | gentoo-2-3d800949ff986ead8dbf035d80dad83639f50485.tar.gz gentoo-2-3d800949ff986ead8dbf035d80dad83639f50485.tar.bz2 gentoo-2-3d800949ff986ead8dbf035d80dad83639f50485.zip |
add sed-4 dep
Diffstat (limited to 'x11-misc/e16keyedit')
-rw-r--r-- | x11-misc/e16keyedit/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/e16keyedit/e16keyedit-0.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/e16keyedit/ChangeLog b/x11-misc/e16keyedit/ChangeLog index 810f1120e8d9..191848ef6a62 100644 --- a/x11-misc/e16keyedit/ChangeLog +++ b/x11-misc/e16keyedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/e16keyedit # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.7 2004/06/24 22:16:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/ChangeLog,v 1.8 2004/06/28 19:51:25 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> e16keyedit-0.2.ebuild: + add sed-4 dep 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> e16keyedit-0.2.ebuild: Added iuse, inherit eutils. diff --git a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild b/x11-misc/e16keyedit/e16keyedit-0.2.ebuild index cbf5db048930..552903ec0033 100644 --- a/x11-misc/e16keyedit/e16keyedit-0.2.ebuild +++ b/x11-misc/e16keyedit/e16keyedit-0.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-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.17 2004/06/24 22:16:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/e16keyedit/e16keyedit-0.2.ebuild,v 1.18 2004/06/28 19:51:25 agriffis Exp $ inherit eutils @@ -15,7 +15,8 @@ KEYWORDS="x86 ppc sparc" DEPEND="virtual/x11 >=x11-wm/enlightenment-0.16 - =x11-libs/gtk+-1*" + =x11-libs/gtk+-1* + >=sys-apps/sed-4" src_unpack() { unpack ${A} |