diff options
Diffstat (limited to 'xfce-extra/xfce4-systray')
-rw-r--r-- | xfce-extra/xfce4-systray/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/xfce4-systray/xfce4-systray-4.2.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-systray/ChangeLog b/xfce-extra/xfce4-systray/ChangeLog index ef33baf786bb..46f8969a5954 100644 --- a/xfce-extra/xfce4-systray/ChangeLog +++ b/xfce-extra/xfce4-systray/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/xfce4-systray # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/ChangeLog,v 1.47 2005/03/17 03:11:59 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/ChangeLog,v 1.48 2005/03/24 03:43:29 dostrow Exp $ + + 23 Mar 2005; Daniel Ostrow <dostrow@gentoo.org> xfce4-systray-4.2.1.ebuild: + Version bump and associated fixes. *xfce4-systray-4.2.1 (17 Mar 2005) diff --git a/xfce-extra/xfce4-systray/xfce4-systray-4.2.1.ebuild b/xfce-extra/xfce4-systray/xfce4-systray-4.2.1.ebuild index 9717c52f724b..20fc313be4a5 100644 --- a/xfce-extra/xfce4-systray/xfce4-systray-4.2.1.ebuild +++ b/xfce-extra/xfce4-systray/xfce4-systray-4.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/xfce4-systray-4.2.1.ebuild,v 1.1 2005/03/17 03:11:59 bcowan Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/xfce4-systray-4.2.1.ebuild,v 1.2 2005/03/24 03:43:29 dostrow Exp $ DESCRIPTION="Xfce 4 system tray" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -RDEPEND=">=xfce-base/xfce4-panel-${PV}" +RDEPEND=">=xfce-base/xfce4-panel-4.2.1.1" -inherit xfce4
\ No newline at end of file +inherit xfce4 |