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 | 515d94430d47f6f6d13174c75c8317465e51ba26 (patch) | |
tree | ebe6b6f26fc5192f143a086b102490e57d25f5a5 /x11-misc/pogo | |
parent | dont depend on {text,file,sh-}utils (diff) | |
download | historical-515d94430d47f6f6d13174c75c8317465e51ba26.tar.gz historical-515d94430d47f6f6d13174c75c8317465e51ba26.tar.bz2 historical-515d94430d47f6f6d13174c75c8317465e51ba26.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 . |