diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 21:37:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 21:37:58 +0000 |
commit | 38b32a42998c5b5c1313dc1cffec6ac70c18147f (patch) | |
tree | 61a613aefa820f0151093ecc074ac82d810624fd /x11-plugins/wmSMPmon | |
parent | Patch is now fixed (Manifest recommit) (diff) | |
download | gentoo-2-38b32a42998c5b5c1313dc1cffec6ac70c18147f.tar.gz gentoo-2-38b32a42998c5b5c1313dc1cffec6ac70c18147f.tar.bz2 gentoo-2-38b32a42998c5b5c1313dc1cffec6ac70c18147f.zip |
glibc -> libc, add sed-4 dep
Diffstat (limited to 'x11-plugins/wmSMPmon')
-rw-r--r-- | x11-plugins/wmSMPmon/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-plugins/wmSMPmon/ChangeLog b/x11-plugins/wmSMPmon/ChangeLog index 4d8f44a757b7..850e6dcf683e 100644 --- a/x11-plugins/wmSMPmon/ChangeLog +++ b/x11-plugins/wmSMPmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmSMPmon # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSMPmon/ChangeLog,v 1.3 2004/06/24 23:17:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSMPmon/ChangeLog,v 1.4 2004/06/28 21:36:29 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmSMPmon-2.2.ebuild: + glibc -> libc, add sed-4 dep *wmSMPmon-2.2 (04 Oct 2002) diff --git a/x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild b/x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild index a99be3353881..8a97fbb3ead5 100644 --- a/x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild +++ b/x11-plugins/wmSMPmon/wmSMPmon-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-plugins/wmSMPmon/wmSMPmon-2.2.ebuild,v 1.7 2004/06/24 23:17:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmSMPmon/wmSMPmon-2.2.ebuild,v 1.8 2004/06/28 21:36:29 agriffis Exp $ S="${WORKDIR}/${PN}-2.x" @@ -13,8 +13,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" -DEPEND="virtual/glibc - virtual/x11" +DEPEND="virtual/libc + virtual/x11 + >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S}/wmSMPmon |