diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-24 21:45:15 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-24 21:45:15 +0000 |
commit | 10dfb0862c1e844842847b93d2e77ab9708cc046 (patch) | |
tree | 7572f039cbbac649f5a3ebd8e2f127c064773fb0 /app-text/xdvik | |
parent | stable amd64, bug 324811 (diff) | |
download | historical-10dfb0862c1e844842847b93d2e77ab9708cc046.tar.gz historical-10dfb0862c1e844842847b93d2e77ab9708cc046.tar.bz2 historical-10dfb0862c1e844842847b93d2e77ab9708cc046.zip |
stable amd64, bug 323373
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-text/xdvik')
-rw-r--r-- | app-text/xdvik/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xdvik/xdvik-22.84.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/xdvik/ChangeLog b/app-text/xdvik/ChangeLog index d361a2ebb591..2b1dfa94781d 100644 --- a/app-text/xdvik/ChangeLog +++ b/app-text/xdvik/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xdvik # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.68 2010/06/20 09:31:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.69 2010/06/24 21:45:15 pacho Exp $ + + 24 Jun 2010; Pacho Ramos <pacho@gentoo.org> xdvik-22.84.16.ebuild: + stable amd64, bug 323373 20 Jun 2010; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.16.ebuild: fix find args order, by vapier, bug #324775 diff --git a/app-text/xdvik/xdvik-22.84.16.ebuild b/app-text/xdvik/xdvik-22.84.16.ebuild index 3e57b323d7dd..bd9c87cbe812 100644 --- a/app-text/xdvik/xdvik-22.84.16.ebuild +++ b/app-text/xdvik/xdvik-22.84.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.5 2010/06/20 09:31:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.6 2010/06/24 21:45:15 pacho Exp $ EAPI=3 @@ -10,7 +10,7 @@ DESCRIPTION="DVI previewer for X Window System" HOMEPAGE="http://xdvi.sourceforge.net/" SRC_URI="mirror://sourceforge/xdvi/${P}.tar.gz" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" SLOT="0" LICENSE="GPL-2" IUSE="motif neXt Xaw3d emacs" |