diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 23:30:04 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 23:30:04 +0000 |
commit | 6780522ef4beb7c852cd2d49857d7db9ccd0c1db (patch) | |
tree | b37c2a3d831970fe0407fc8e1277fc64af4001b4 /x11-plugins/wmtimer | |
parent | stable on amd64 wrt bug 114587 (diff) | |
download | historical-6780522ef4beb7c852cd2d49857d7db9ccd0c1db.tar.gz historical-6780522ef4beb7c852cd2d49857d7db9ccd0c1db.tar.bz2 historical-6780522ef4beb7c852cd2d49857d7db9ccd0c1db.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-plugins/wmtimer')
-rw-r--r-- | x11-plugins/wmtimer/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmtimer/wmtimer-2.4.ebuild | 10 | ||||
-rw-r--r-- | x11-plugins/wmtimer/wmtimer-2.9.2.ebuild | 8 |
3 files changed, 13 insertions, 13 deletions
diff --git a/x11-plugins/wmtimer/ChangeLog b/x11-plugins/wmtimer/ChangeLog index bfa3b8d43655..c21e6c6630f3 100644 --- a/x11-plugins/wmtimer/ChangeLog +++ b/x11-plugins/wmtimer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmtimer -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.18 2005/09/17 00:53:11 ciaranm Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/ChangeLog,v 1.19 2006/01/24 23:30:04 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmtimer-2.4.ebuild, + wmtimer-2.9.2.ebuild: + Fixed DEPEND for modular X. 17 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog: Converted to UTF-8, fixed encoding screwups diff --git a/x11-plugins/wmtimer/wmtimer-2.4.ebuild b/x11-plugins/wmtimer/wmtimer-2.4.ebuild index f5c3f651446f..50eb6a36bd09 100644 --- a/x11-plugins/wmtimer/wmtimer-2.4.ebuild +++ b/x11-plugins/wmtimer/wmtimer-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.4.ebuild,v 1.18 2005/03/14 15:20:03 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.4.ebuild,v 1.19 2006/01/24 23:30:04 nelchael Exp $ IUSE="" @@ -14,11 +14,9 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 ppc64 ppc ~sparc" -RDEPEND="=x11-libs/gtk+-1.2* - virtual/x11" +RDEPEND="=x11-libs/gtk+-1.2*" -DEPEND="virtual/libc - ${RDEPEND} +DEPEND="${RDEPEND} >=sys-apps/sed-4" src_unpack() { diff --git a/x11-plugins/wmtimer/wmtimer-2.9.2.ebuild b/x11-plugins/wmtimer/wmtimer-2.9.2.ebuild index 5271be9dbbc6..f84c46634d0d 100644 --- a/x11-plugins/wmtimer/wmtimer-2.9.2.ebuild +++ b/x11-plugins/wmtimer/wmtimer-2.9.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.9.2.ebuild,v 1.4 2005/09/03 21:13:16 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtimer/wmtimer-2.9.2.ebuild,v 1.5 2006/01/24 23:30:04 nelchael Exp $ IUSE="" @@ -17,9 +17,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ppc ppc64 ~sparc x86" -RDEPEND="virtual/libc - virtual/x11 - >=x11-libs/gtk+-2.6.2" +RDEPEND=">=x11-libs/gtk+-2.6.2" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.15.0 |