diff options
author | Daniel Ostrow <dostrow@gentoo.org> | 2006-07-20 07:30:26 +0000 |
---|---|---|
committer | Daniel Ostrow <dostrow@gentoo.org> | 2006-07-20 07:30:26 +0000 |
commit | 0e8b6ef9055cae28c70ea8a75c03d1a687755e18 (patch) | |
tree | 2c7d0e67aeb6260f6bf5b11b52d805e440b45864 /xfce-base/xfce-utils | |
parent | hopefully got the right version this time (diff) | |
download | gentoo-2-0e8b6ef9055cae28c70ea8a75c03d1a687755e18.tar.gz gentoo-2-0e8b6ef9055cae28c70ea8a75c03d1a687755e18.tar.bz2 gentoo-2-0e8b6ef9055cae28c70ea8a75c03d1a687755e18.zip |
Add new dep on xmessage.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r-- | xfce-base/xfce-utils/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.3.90.2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog index 1e5b64c5b821..9ae3ff44dc04 100644 --- a/xfce-base/xfce-utils/ChangeLog +++ b/xfce-base/xfce-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/xfce-utils # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.71 2006/07/13 19:14:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.72 2006/07/20 07:30:26 dostrow Exp $ + + 20 Jul 2006; Daniel Ostrow <dostrow@gentoo.org> + xfce-utils-4.3.90.2.ebuild: + Add dep on xmessage, thanks go to drac for catching the dep. 13 Jul 2006; Aron Griffis <agriffis@gentoo.org> xfce-utils-4.2.3.ebuild: Mark 4.2.3 stable on ia64 diff --git a/xfce-base/xfce-utils/xfce-utils-4.3.90.2.ebuild b/xfce-base/xfce-utils/xfce-utils-4.3.90.2.ebuild index 991696f9a018..cd5299e86212 100644 --- a/xfce-base/xfce-utils/xfce-utils-4.3.90.2.ebuild +++ b/xfce-base/xfce-utils/xfce-utils-4.3.90.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.3.90.2.ebuild,v 1.1 2006/07/10 18:19:43 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.3.90.2.ebuild,v 1.2 2006/07/20 07:30:26 dostrow Exp $ inherit eutils xfce44 @@ -10,7 +10,8 @@ DESCRIPTION="Xfce 4 utilities" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" -RDEPEND="|| ( x11-apps/xrdb +RDEPEND="|| ( ( x11-apps/xrdb + x11-apps/xmessage ) virtual/x11 ) dev-libs/dbh >=dev-libs/glib-2.2 |