diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-08 09:08:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-08 09:08:54 +0000 |
commit | 9c360910949f0bcc661e30a8416423b66b1521b9 (patch) | |
tree | 7e6a36469607922d5852869e4cea0cbaedf62b97 /app-text/epstool | |
parent | Fix missing DEPEND of qtdbus, thanks to Nikoli, wrt to bug #484172 (diff) | |
download | gentoo-2-9c360910949f0bcc661e30a8416423b66b1521b9.tar.gz gentoo-2-9c360910949f0bcc661e30a8416423b66b1521b9.tar.bz2 gentoo-2-9c360910949f0bcc661e30a8416423b66b1521b9.zip |
Stable for amd64, wrt bug #483968
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text/epstool')
-rw-r--r-- | app-text/epstool/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/epstool/epstool-3.08-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/epstool/ChangeLog b/app-text/epstool/ChangeLog index 23f35022f4a2..ec30e8a38691 100644 --- a/app-text/epstool/ChangeLog +++ b/app-text/epstool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/epstool # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.32 2013/09/06 10:35:16 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/ChangeLog,v 1.33 2013/09/08 09:08:54 ago Exp $ + + 08 Sep 2013; Agostino Sarubbo <ago@gentoo.org> epstool-3.08-r1.ebuild: + Stable for amd64, wrt bug #483968 *epstool-3.08-r1 (06 Sep 2013) diff --git a/app-text/epstool/epstool-3.08-r1.ebuild b/app-text/epstool/epstool-3.08-r1.ebuild index 202d72cdc348..8ff24d00e50e 100644 --- a/app-text/epstool/epstool-3.08-r1.ebuild +++ b/app-text/epstool/epstool-3.08-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.08-r1.ebuild,v 1.1 2013/09/06 10:35:16 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/epstool/epstool-3.08-r1.ebuild,v 1.2 2013/09/08 09:08:54 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" DEPEND="app-text/ghostscript-gpl" RDEPEND="${DEPEND}" |