diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:14:38 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 20:14:38 +0000 |
commit | 9e38650220ab6a207a57fcbeed544318e6492632 (patch) | |
tree | 188608996f039d9643a765cdbe5cbecac9de9a1b /x11-misc/pogo | |
parent | dont depend on {text,file,sh-}utils (Manifest recommit) (diff) | |
download | gentoo-2-9e38650220ab6a207a57fcbeed544318e6492632.tar.gz gentoo-2-9e38650220ab6a207a57fcbeed544318e6492632.tar.bz2 gentoo-2-9e38650220ab6a207a57fcbeed544318e6492632.zip |
add sed-4 dep
Diffstat (limited to 'x11-misc/pogo')
-rw-r--r-- | x11-misc/pogo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/pogo/pogo-2.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/pogo/ChangeLog b/x11-misc/pogo/ChangeLog index eb402121de75..5886f85ecd72 100644 --- a/x11-misc/pogo/ChangeLog +++ b/x11-misc/pogo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/pogo # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/ChangeLog,v 1.5 2004/06/24 22:30:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/ChangeLog,v 1.6 2004/06/28 20:10:05 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> pogo-2.2.ebuild: + add sed-4 dep 20 Jun 2004; Ian Leitch <port001@gentoo.org> pogo-2.2.ebuild: Added IUSE and metadata.xml diff --git a/x11-misc/pogo/pogo-2.2.ebuild b/x11-misc/pogo/pogo-2.2.ebuild index 725494d8bd92..8dbbae5350ac 100644 --- a/x11-misc/pogo/pogo-2.2.ebuild +++ b/x11-misc/pogo/pogo-2.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/pogo/pogo-2.2.ebuild,v 1.6 2004/06/24 22:30:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/pogo-2.2.ebuild,v 1.7 2004/06/28 20:10:05 agriffis Exp $ IUSE="" @@ -14,7 +14,8 @@ KEYWORDS="x86" DEPEND="virtual/x11 media-libs/imlib - media-libs/jpeg" + media-libs/jpeg + >=sys-apps/sed-4" src_compile() { cp ${FILESDIR}/Makefile . |