diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-04 22:14:46 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-04 22:14:46 +0000 |
commit | 9c6d4084d1cde3a5e56bcda5b6eef66729499f1f (patch) | |
tree | fdef8f31cdd9bad84dd3fa1a9c7a3539873e61c8 /sci-calculators/tilp2/tilp2-1.16.ebuild | |
parent | keyword amd64-linux, x86-linux (diff) | |
download | gentoo-2-9c6d4084d1cde3a5e56bcda5b6eef66729499f1f.tar.gz gentoo-2-9c6d4084d1cde3a5e56bcda5b6eef66729499f1f.tar.bz2 gentoo-2-9c6d4084d1cde3a5e56bcda5b6eef66729499f1f.zip |
keyword amd64-linux, x86-linux
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators/tilp2/tilp2-1.16.ebuild')
-rw-r--r-- | sci-calculators/tilp2/tilp2-1.16.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sci-calculators/tilp2/tilp2-1.16.ebuild b/sci-calculators/tilp2/tilp2-1.16.ebuild index 8a6d799ae64b..658cf1e2f348 100644 --- a/sci-calculators/tilp2/tilp2-1.16.ebuild +++ b/sci-calculators/tilp2/tilp2-1.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/sci-calculators/tilp2/tilp2-1.16.ebuild,v 1.2 2012/05/04 06:52:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.16.ebuild,v 1.3 2012/08/04 22:14:46 bicatali Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="nls threads xinerama" RDEPEND="dev-libs/glib:2 @@ -40,9 +40,7 @@ src_configure() { } src_install() { - emake install DESTDIR="${D}" || die rm -f "${ED}"usr/share/${PN}/{Manpage.txt,COPYING,RELEASE,AUTHORS,LICENSES} - dodoc README AUTHORS ChangeLog RELEASE TODO make_desktop_entry tilp "TiLP TI Linker" \ "${EPREFIX}"/usr/share/${PN}/pixmaps/icon.xpm } |