diff options
author | 2007-03-15 16:05:24 +0000 | |
---|---|---|
committer | 2007-03-15 16:05:24 +0000 | |
commit | 452d98f676cb95e0296880283e454755a6578645 (patch) | |
tree | 8932b8772ea865055bbb032c71fc6e469c618ba9 /xfce-extra/xfce4-clipman | |
parent | Upgrade gcc-specs-directive to handle spec string substitutions. (diff) | |
download | gentoo-2-452d98f676cb95e0296880283e454755a6578645.tar.gz gentoo-2-452d98f676cb95e0296880283e454755a6578645.tar.bz2 gentoo-2-452d98f676cb95e0296880283e454755a6578645.zip |
RESTRICT test as it's not supported by upstream.
(Portage version: 2.1.2.2)
Diffstat (limited to 'xfce-extra/xfce4-clipman')
-rw-r--r-- | xfce-extra/xfce4-clipman/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-clipman/ChangeLog b/xfce-extra/xfce4-clipman/ChangeLog index a5b9a334ba59..32b93b531328 100644 --- a/xfce-extra/xfce4-clipman/ChangeLog +++ b/xfce-extra/xfce4-clipman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/xfce4-clipman # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.33 2007/03/15 13:42:48 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.34 2007/03/15 16:05:24 drac Exp $ + + 15 Mar 2007; Samuli Suominen <drac@gentoo.org> xfce4-clipman-0.8.0.ebuild: + RESTRICT="test" which is not supported by goodies upstream. 15 Mar 2007; Markus Rothe <corsair@gentoo.org> xfce4-clipman-0.8.0.ebuild: Stable on ppc64; bug #169987 diff --git a/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild b/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild index b9b8ebd83a28..3c95b2bf740b 100644 --- a/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild +++ b/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild,v 1.9 2007/03/15 13:42:48 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.8.0.ebuild,v 1.10 2007/03/15 16:05:24 drac Exp $ inherit xfce44 +RESTRICT="test" + DESCRIPTION="Xfce4 panel clipboard manager plugin" KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" |