diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-05-07 20:39:27 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-05-07 20:39:27 +0000 |
commit | 15eb7084c089794e4823afc52fd9b227c39e0d28 (patch) | |
tree | 23553526ac68a353c4b8cc56e30141ecef4a0830 /x11-misc/xnview | |
parent | Add missing IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-15eb7084c089794e4823afc52fd9b227c39e0d28.tar.gz gentoo-2-15eb7084c089794e4823afc52fd9b227c39e0d28.tar.bz2 gentoo-2-15eb7084c089794e4823afc52fd9b227c39e0d28.zip |
Add IUSE=, 1.50 stable x86
Diffstat (limited to 'x11-misc/xnview')
-rw-r--r-- | x11-misc/xnview/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xnview/xnview-1.50.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/xnview/xnview-1.68.ebuild | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/x11-misc/xnview/ChangeLog b/x11-misc/xnview/ChangeLog index 19492cc9d52d..863df88cdd66 100644 --- a/x11-misc/xnview/ChangeLog +++ b/x11-misc/xnview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xnview # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnview/ChangeLog,v 1.5 2004/05/01 16:49:49 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnview/ChangeLog,v 1.6 2004/05/07 20:39:27 tseng Exp $ + + 07 May 2004; Brandon Hale <tseng@gentoo.org> xnview-1.50.ebuild, + xnview-1.68.ebuild: + Add IUSE=, 1.50 stable x86 01 May 2004; Ian Leitch <port001@gentoo.org> xnview-1.50.ebuild, xnview-1.68.ebuild: diff --git a/x11-misc/xnview/xnview-1.50.ebuild b/x11-misc/xnview/xnview-1.50.ebuild index 98a08cd36884..c022d89807d6 100644 --- a/x11-misc/xnview/xnview-1.50.ebuild +++ b/x11-misc/xnview/xnview-1.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnview/xnview-1.50.ebuild,v 1.8 2004/05/01 16:49:49 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnview/xnview-1.50.ebuild,v 1.9 2004/05/07 20:39:27 tseng Exp $ inherit rpm @@ -14,7 +14,8 @@ SRC_URI="x86? mirror://gentoo/${MY_P}.i386.rpm SLOT="0" LICENSE="free-noncomm as-is" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" +IUSE="" DEPEND="app-arch/rpm2targz" diff --git a/x11-misc/xnview/xnview-1.68.ebuild b/x11-misc/xnview/xnview-1.68.ebuild index 76f0a235a975..927ef6a0a87f 100644 --- a/x11-misc/xnview/xnview-1.68.ebuild +++ b/x11-misc/xnview/xnview-1.68.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnview/xnview-1.68.ebuild,v 1.2 2004/05/01 16:49:49 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnview/xnview-1.68.ebuild,v 1.3 2004/05/07 20:39:27 tseng Exp $ inherit rpm @@ -14,6 +14,7 @@ SRC_URI="x86? mirror://gentoo/${MY_P}.i386.rpm" SLOT="0" LICENSE="free-noncomm as-is" KEYWORDS="~x86" +IUSE="" DEPEND="app-arch/rpm2targz" |