diff options
Diffstat (limited to 'x11-misc/revelation')
-rw-r--r-- | x11-misc/revelation/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/revelation/revelation-0.4.11.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/revelation/revelation-0.4.7.ebuild | 7 |
3 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/revelation/ChangeLog b/x11-misc/revelation/ChangeLog index b77338f0c7db..a9c6668b8bff 100644 --- a/x11-misc/revelation/ChangeLog +++ b/x11-misc/revelation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/revelation # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.4 2007/01/17 19:45:35 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/ChangeLog,v 1.5 2007/01/25 14:27:24 beandog Exp $ + + 25 Jan 2007; Steve Dibb <beandog@gentoo.org> revelation-0.4.7.ebuild, + revelation-0.4.11.ebuild: + add ~amd64, bug 159387, fix deps 17 Jan 2007; Daniel Gryniewicz <dang@gentoo.org> revelation-0.4.11.ebuild: Mark ~amd64 diff --git a/x11-misc/revelation/revelation-0.4.11.ebuild b/x11-misc/revelation/revelation-0.4.11.ebuild index 694995860668..521e0c6b636c 100644 --- a/x11-misc/revelation/revelation-0.4.11.ebuild +++ b/x11-misc/revelation/revelation-0.4.11.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/x11-misc/revelation/revelation-0.4.11.ebuild,v 1.2 2007/01/17 19:45:35 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.11.ebuild,v 1.3 2007/01/25 14:27:24 beandog Exp $ inherit python gnome2 @@ -16,7 +16,8 @@ IUSE="" DEPEND=">=dev-python/gnome-python-desktop-2.16 >=dev-python/pygtk-2.10.3 dev-python/pycrypto - sys-libs/cracklib" + sys-libs/cracklib + dev-python/gnome-python-extras" src_unpack() { gnome2_src_unpack diff --git a/x11-misc/revelation/revelation-0.4.7.ebuild b/x11-misc/revelation/revelation-0.4.7.ebuild index 5dd46658bfa4..78e7318d30c3 100644 --- a/x11-misc/revelation/revelation-0.4.7.ebuild +++ b/x11-misc/revelation/revelation-0.4.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/x11-misc/revelation/revelation-0.4.7.ebuild,v 1.2 2007/01/01 11:33:24 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/revelation/revelation-0.4.7.ebuild,v 1.3 2007/01/25 14:27:24 beandog Exp $ inherit python gnome2 @@ -10,13 +10,14 @@ SRC_URI="ftp://oss.codepoet.no/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND=">=dev-python/gnome-python-desktop-2.16 >=dev-python/pygtk-2.10.3 dev-python/pycrypto - sys-libs/cracklib" + sys-libs/cracklib + dev-python/gnome-python-extras" src_unpack() { gnome2_src_unpack |