diff options
author | 2007-07-15 16:46:26 +0000 | |
---|---|---|
committer | 2007-07-15 16:46:26 +0000 | |
commit | a6c848be6b7384954d361738f363095dd2d98f1f (patch) | |
tree | be07bf39ec8600210a6b09ee48f34d481b1a4a9f /xfce-extra | |
parent | alpha/ia64/x86 stable wrt security #185333 (diff) | |
download | gentoo-2-a6c848be6b7384954d361738f363095dd2d98f1f.tar.gz gentoo-2-a6c848be6b7384954d361738f363095dd2d98f1f.tar.bz2 gentoo-2-a6c848be6b7384954d361738f363095dd2d98f1f.zip |
RESTRICT test, not supported by upstream.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/notification-daemon-xfce/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/xfce-extra/notification-daemon-xfce/ChangeLog b/xfce-extra/notification-daemon-xfce/ChangeLog index 7358428ba512..5775a7b39158 100644 --- a/xfce-extra/notification-daemon-xfce/ChangeLog +++ b/xfce-extra/notification-daemon-xfce/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/notification-daemon-xfce # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/ChangeLog,v 1.6 2007/07/15 16:43:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/ChangeLog,v 1.7 2007/07/15 16:46:26 drac Exp $ + + 15 Jul 2007; Samuli Suominen <drac@gentoo.org> + notification-daemon-xfce-0.3.7.ebuild: + RESTRICT test, not supported by upstream. 15 Jul 2007; Raúl Porcel <armin76@gentoo.org> notification-daemon-xfce-0.3.7.ebuild: diff --git a/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild b/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild index 55faecc46202..ffa5effad4f2 100644 --- a/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild +++ b/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.6 2007/07/15 16:43:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.7 2007/07/15 16:46:26 drac Exp $ inherit xfce44 @@ -13,6 +13,8 @@ SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc x86 ~x86-fbsd" IUSE="debug" +RESTRICT="test" + RDEPEND=">=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6 >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION} |