diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-08-20 01:33:56 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-08-20 01:33:56 +0000 |
commit | 603db2ec79e04a04148e45069b2075961b1f98c7 (patch) | |
tree | 3b9edb8fd7f3a40386793ab320c9a71b2c15e4c4 /app-text/grutatxt/grutatxt-2.0.16.ebuild | |
parent | added prefix keywords (diff) | |
download | gentoo-2-603db2ec79e04a04148e45069b2075961b1f98c7.tar.gz gentoo-2-603db2ec79e04a04148e45069b2075961b1f98c7.tar.bz2 gentoo-2-603db2ec79e04a04148e45069b2075961b1f98c7.zip |
added prefix keywords
(Portage version: 2.2.0_alpha121/cvs/Linux i686)
Diffstat (limited to 'app-text/grutatxt/grutatxt-2.0.16.ebuild')
-rw-r--r-- | app-text/grutatxt/grutatxt-2.0.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/grutatxt/grutatxt-2.0.16.ebuild b/app-text/grutatxt/grutatxt-2.0.16.ebuild index 8777ac562b9f..75b98c3b3436 100644 --- a/app-text/grutatxt/grutatxt-2.0.16.ebuild +++ b/app-text/grutatxt/grutatxt-2.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/grutatxt-2.0.16.ebuild,v 1.6 2012/07/08 15:01:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/grutatxt/grutatxt-2.0.16.ebuild,v 1.7 2012/08/20 01:33:56 ottxor Exp $ EAPI=4 @@ -17,7 +17,7 @@ LICENSE="GPL-2" IUSE="" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-linux ~ppc-macos ~sparc-solaris" # set the script path to /usr/bin, rather than /usr/local/bin -myconf="INSTALLSCRIPT=/usr/bin" +myconf="INSTALLSCRIPT=${EPREFIX}/usr/bin" |