diff options
-rw-r--r-- | app-misc/discomatic/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/discomatic/discomatic-0.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-misc/discomatic/ChangeLog b/app-misc/discomatic/ChangeLog index c626991e0481..bc7d76379f26 100644 --- a/app-misc/discomatic/ChangeLog +++ b/app-misc/discomatic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/discomatic # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/discomatic/ChangeLog,v 1.4 2005/01/01 14:59:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/discomatic/ChangeLog,v 1.5 2005/05/21 20:52:10 port001 Exp $ + + 21 May 2005; Ian Leitch <port001@gentoo.org> discomatic-0.3.ebuild: + Added doc to IUSE 01 Oct 2004; <pyrania@gentoo.org> discomatic-0.3.ebuild: Marked stable on x86. diff --git a/app-misc/discomatic/discomatic-0.3.ebuild b/app-misc/discomatic/discomatic-0.3.ebuild index 59c7f3425e51..6dc0985a4ad3 100644 --- a/app-misc/discomatic/discomatic-0.3.ebuild +++ b/app-misc/discomatic/discomatic-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/discomatic/discomatic-0.3.ebuild,v 1.5 2005/01/01 14:59:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/discomatic/discomatic-0.3.ebuild,v 1.6 2005/05/21 20:52:10 port001 Exp $ inherit gnome2 @@ -11,11 +11,11 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -IUSE="" +IUSE="doc" RDEPEND=">=dev-libs/glib-2.2 >=x11-libs/gtk+-2.2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + dev-util/pkgconfig" DOCS="AUTHORS ChangeLog INSTALL NEWS README* TODO" |