diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-01-07 14:17:45 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-01-07 14:17:45 +0000 |
commit | 3e529cef54362d5f4ba4ef53678437685dceba57 (patch) | |
tree | ae44ea0fc377fcaeee201120b47a5d8c5912e47f /sys-apps/dnotify | |
parent | Fixed X dependencies -- removed an explicit dep. on x11-base/xorg-x11. (diff) | |
download | gentoo-2-3e529cef54362d5f4ba4ef53678437685dceba57.tar.gz gentoo-2-3e529cef54362d5f4ba4ef53678437685dceba57.tar.bz2 gentoo-2-3e529cef54362d5f4ba4ef53678437685dceba57.zip |
Marked ppc
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-apps/dnotify')
-rw-r--r-- | sys-apps/dnotify/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/dnotify/dnotify-0.18.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/dnotify/ChangeLog b/sys-apps/dnotify/ChangeLog index 74083871452c..cf89ddebd57f 100644 --- a/sys-apps/dnotify/ChangeLog +++ b/sys-apps/dnotify/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/dnotify # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.17 2006/01/06 23:22:30 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/ChangeLog,v 1.18 2006/01/07 14:17:45 lu_zero Exp $ + + 07 Jan 2006; Luca Barbato <lu_zero@gentoo.org> dnotify-0.18.0.ebuild: + Marked ppc 06 Jan 2006; Mark Loeser <halcy0n@gentoo.org> dnotify-0.18.0.ebuild: Stable on x86; bug #118108 diff --git a/sys-apps/dnotify/dnotify-0.18.0.ebuild b/sys-apps/dnotify/dnotify-0.18.0.ebuild index 0468a237a78d..ba25f7c31399 100644 --- a/sys-apps/dnotify/dnotify-0.18.0.ebuild +++ b/sys-apps/dnotify/dnotify-0.18.0.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/sys-apps/dnotify/dnotify-0.18.0.ebuild,v 1.4 2006/01/06 23:22:30 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dnotify/dnotify-0.18.0.ebuild,v 1.5 2006/01/07 14:17:45 lu_zero Exp $ DESCRIPTION="Execute a command when the contents of a directory change" HOMEPAGE="http://oskarsapps.mine.nu/dnotify.html" @@ -8,7 +8,7 @@ SRC_URI="http://oskarsapps.mine.nu/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc -sparc x86" +KEYWORDS="~amd64 ~mips ppc -sparc x86" IUSE="nls" DEPEND="nls? ( sys-devel/gettext )" |